Re: Should we remove db_user_namespace?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Should we remove db_user_namespace?
Дата
Msg-id ZKX67iJ2MxQVCgap@paquier.xyz
обсуждение исходный текст
Ответ на Re: Should we remove db_user_namespace?  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: Should we remove db_user_namespace?  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
On Wed, Jul 05, 2023 at 02:29:27PM -0700, Nathan Bossart wrote:
>      },
> -    {
> -        {"db_user_namespace", PGC_SIGHUP, CONN_AUTH_AUTH,
> -            gettext_noop("Enables per-database user names."),
> -            NULL
> -        },
> -        &Db_user_namespace,
> -        false,
> -        NULL, NULL, NULL
> -    },
>      {

Removing the GUC from this table is kind of annoying.  Cannot this be
handled like default_with_oids or ssl_renegotiation_limit to avoid any
kind of issues with the reload of dump files and the kind?
--
Michael

Вложения

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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Wrong syntax in feature description
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Consider \v to the list of whitespace characters in the parser