Is this documented somewhere? Also I noticed that tsearch2 treats ":"
as a special character. Are there any special characters? If so where
are they documented?

You can avoid confusions with special character by quoting:
# select '''wow:'''::tsvector;
 tsvector
----------
 'wow:'
(1 row)

':' is separator of lexeme and its position information
--
Teodor Sigaev                                   E-mail: [EMAIL PROTECTED]
                                                   WWW: http://www.sigaev.ru/

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to