=?UTF-8?B?VmlsaWFtIMSOdXJpbmE=?= <[email protected]> writes: > I have a call to setweight function in a PreparedStatement with the following > sql:
> update my_table set a_text_data=setweight(to_tsvector(? :: regconfig, ?), ?
> :: char)
Make that ::"char" not ::char ... the quotes matter here, because char
without quotes is a keyword.
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
