postgres=# create table docs (a tsvector);CREATE TABLEpostgres=# insert into docs (a) values (strip('''the air'' smells ''sea water'''::tsvector));INSERT 0 1 postgres=# select * from docs; a -------------------------------- 'sea water' 'smells' 'the air'(1 row)postgres=# select * from docs where a @@ to_tsquery('''the air'''); a ---(0 rows)
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных