Re: Should we remove db_user_namespace?
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@postgresql.org
Date: 2023-07-06T03:49:26Z
Lists: pgsql-hackers
Attachments
- v4-0001-remove-db_user_namespace.patch (text/x-diff)
On Thu, Jul 06, 2023 at 08:21:18AM +0900, Michael Paquier wrote: > 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? Ah, good catch. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Remove db_user_namespace.
- 884eee5bfb5a 17.0 landed