BUG #17415: Unable to use underscore as first character in set_config custom parameter

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17415: Unable to use underscore as first character in set_config custom parameter
Дата
Msg-id 17415-ebdb683d7e09a51c@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17415: Unable to use underscore as first character in set_config custom parameter  (Japin Li <japinli@hotmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17415
Logged by:          Daniel Polski
Email address:      danielpolski@gmail.com
PostgreSQL version: 14.2
Operating system:   Linux
Description:

SELECT set_config('_foo.bar', 'foo', FALSE);

ERROR:  invalid configuration parameter name "_foo.bar"
DETAIL:  Custom parameter names must be two or more simple identifiers
separated by dots.
SQL state: 42602

(Works in 13.5-2)


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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #17413: update of partitioned table via postgres_fdw updates to much rows
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17416: Server crashes due to python3 stack overflow on executing multiple plpy.rollback() calls