Re: invalid value for parameter "default_text_search_config": "public.pg"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: invalid value for parameter "default_text_search_config": "public.pg"
Дата
Msg-id 993880.1689973755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: invalid value for parameter "default_text_search_config": "public.pg"  (Les <nagylzs@gmail.com>)
Ответы Re: invalid value for parameter "default_text_search_config": "public.pg"  (Les <nagylzs@gmail.com>)
Список pgsql-general
Les <nagylzs@gmail.com> writes:
> mydatabase=# select * from pg_file_settings where name =
> 'default_text_search_config';
>                  sourcefile                 | sourceline | seqno |
>    name                    |  setting  | applied |            error
>
--------------------------------------------+------------+-------+----------------------------+-----------+---------+------------------------------
>  /opt/postgresql/data/conf.d/06_locale.conf |         17 |    24 |
> default_text_search_config | public.pg | f       | setting could not be applied
> (1 row)

> I'm not sure what applied="public.pg", error="setting could not be applied"
> means.

No, "applied" is "f" (false), meaning that the setting is not actually usable.
I'm a little surprised that it seems to have gotten into your live session
anyway, although perhaps that's because the postmaster can't really
validate it at startup.

> I can change it in the config file, no problem. I just would like to
> know if this is a simple configuration error, or a software installation
> error. (Is public.pg a built-in config that should always exist?)

"public.pg" is certainly not a standard (as in built-in) text search
configuration name.  Maybe that value was installed by some bit of
software that failed to install the configuration to go with it,
or only put the configuration into one database not everywhere in
your installation?

            regards, tom lane



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

Предыдущее
От: Les
Дата:
Сообщение: Re: invalid value for parameter "default_text_search_config": "public.pg"
Следующее
От: Les
Дата:
Сообщение: Re: invalid value for parameter "default_text_search_config": "public.pg"