Re: Tsearch2 default locale on postgres 8.2

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Re: Tsearch2 default locale on postgres 8.2
Дата
Msg-id 458BC30D.1050501@theendofthetunnel.de
обсуждение исходный текст
Ответ на Tsearch2 default locale on postgres 8.2  ("Tarabas (Manuel Rorarius)" <tarabas@tarabas.de>)
Ответы Re: Tsearch2 default locale on postgres 8.2  ("Tarabas (Manuel Rorarius)" <tarabas@tarabas.de>)
Список pgsql-general
I think the best way is to adjust the locale for your default config:

Type:
SHOW lc_ctype; (or some other lc_* variables) in psql.

to find your cluster locale, then:

UPDATE
   public.pg_ts_cfg
SET
   locale = '<your_locale>'
WHERE
   ts_name = 'default';


On 22.12.2006 11:55, Tarabas (Manuel Rorarius) wrote:
>    I am having a tsearch2 problem on postgres 8.2 again ...
>    when I try to set the default config for tsearch2 with
>
>    "select set_curcfg('default'); it works fine in the same pgadmin
>    session when i use "select show_curcfg();" afterwards. The correct
>    OID is shown.
>
>    If i then close the query window and open a new one and then try
>    the "select show_curcfg();" again, it states
>    "ERROR:  could not find tsearch config by locale"
>
>    Any idea why the configuration is not saved correctly?

--
Regards,
Hannes Dorbath

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Tsearch2 default locale on postgres 8.2
Следующее
От: "Tarabas (Manuel Rorarius)"
Дата:
Сообщение: Re: Tsearch2 default locale on postgres 8.2