Re: tsearch2 in PostgreSQL 8.3?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tsearch2 in PostgreSQL 8.3?
Дата
Msg-id 12550.1187129323@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tsearch2 in PostgreSQL 8.3?  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: tsearch2 in PostgreSQL 8.3?
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> The other point is that we should have a good idea of the API because
> if it gets into 8.3 it will be harder to change.

Yeah, once it's in core we have a pretty strong backwards-compatibility
restriction to deal with.  Someone upthread claimed "we can always
simplify it later" but that's exactly backward --- we can add features
later, but we can't subtract.

Maybe we should be looking to implement just the minimum set of features
for 8.3 and leave some of the more controversial stuff for 8.4.  I hate
to admit it, but if we take that point of view then triggers are in
and functional-index support is out.  We have to support the trigger
approach because it's what is in tsearch2 now, and the existing users
will expect to continue to have that option.

However, allowing the standard triggers to pay attention to a
configuration GUC variable is simply broken; that bit has to go away.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: CVS corruption/mistagging?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: CVS corruption/mistagging?