Re: Should we remove db_user_namespace? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Should we remove db_user_namespace?
Date
Msg-id ZKX67iJ2MxQVCgap@paquier.xyz
Whole thread Raw
In response to Re: Should we remove db_user_namespace?  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: Should we remove db_user_namespace?
List 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

Attachment

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Wrong syntax in feature description
Next
From: Michael Paquier
Date:
Subject: Re: Consider \v to the list of whitespace characters in the parser