Re: tsearch2 in PostgreSQL 8.3?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tsearch2 in PostgreSQL 8.3?
Дата
Msg-id 5812.1187281983@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: tsearch2 in PostgreSQL 8.3?  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: tsearch2 in PostgreSQL 8.3?
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Is there a null configuration which could be the default for the casts?

If we did that then there would be no point in having a GUC variable,
because it wouldn't control anything.

While that is certainly an alternative solution, I think it's riskier
than having the GUC variable and just preventing (or at least
discouraging) people from relying on it in their index definitions.
The problem is that people will resort to "ALTER CONFIGURATION default"
to tune their setups, and anytime you make a nontrivial change that way,
you run the risk of breaking your existing indexes.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: cvsweb busted (was Re: [COMMITTERS] pgsql: Repair problems occurring when multiple RI updates have to be)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: build farm failures