Tom Lane <[email protected]> wrote: > "Kevin Grittner" <[email protected]> writes: >> Can I use a different set of dictionaries >> for creating the tsquery than I did for the tsvector? > > Sure, as long as the tokens (normalized words) that they produce > match up for words that you want to have match. Once the tokens > come out, they're just strings as far as the rest of the text search > machinery is concerned. Fantastic! Don't know how I got confused about that, but the way now looks clear. Thanks! -Kevin
-- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
