Re: tsearch2 in PostgreSQL 8.3?

From: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Subject: Re: tsearch2 in PostgreSQL 8.3?
Date: 2007-08-17 22:32:54
Message-ID: 46C62216.3000505@cheapcomplexdevices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joshua D. Drake wrote:
> Tom Lane wrote:
>> Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> writes:
>>> What exactly does default_text_search_config buy us? I think it is supposed
>>> to simplify things, but it sounds like it adds a bunch of corner cases,
>> Well, the main thing we'd lose if we remove it is all trace of upward
>> compatibility from the contrib version of tsearch.
>
> I don't think this is all that big of a deal. In fact I would expect it
> going from contrib to core and never had any illusion to the effect that
> I would be able to just "upgrade" from 8.2 (8.1) Tsearch2 to 8.3.

FWIW, I also would _not_ have expected compatibility between contrib
and core. In fact, I would have expected contrib tsearch to be a
place where experimental APIs existed and that the single
biggest difference between contrib vs core was that the
core APIs removed any cruft that might have been in contrib.

If default_text_search_config makes things more confusing or more
fragile, I'd rather see it gone than kept around for
backward-compatibility-to-pre-core reasons.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-08-17 23:06:15 Re: tsearch2 in PostgreSQL 8.3?
Previous Message Alvaro Herrera 2007-08-17 22:14:20 Re: More logging for autovacuum