All,

The Tsearch2.sql compatibility fuctions in /contrib/tsearch2/tsearch2.sql don't include an important compatibility object. For 8.2 Tsearch2 usage, a lot of queries were written calling the "default" config, like:

to_tsvector('default',somedata)

In 8.3 this fails with a "No such config 'default'" error, even after loading the compatibility SQL. We need to add this to the compatibility SQL generation code:

CREATE TEXT SEARCH CONFIGURATION public.default ( COPY = $default_text_search_config );

Yes?

--
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to