Re: createuser --memeber and PG 16
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>, Bruce Momjian <bruce@momjian.us>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-05-24T02:39:24Z
Lists: pgsql-hackers
On Tue, May 23, 2023 at 07:50:36AM +0900, Michael Paquier wrote: > Seeing the precedent with --no-blobs and --blobs, yes, that should be > enough. You may want to wait until beta1 is stamped to apply > something, though, as the period between the stamp and the tag is used > to check the state of the tarballs to-be-released. Thanks, committed. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Document deprecated createuser option.
- 381d19b3ea0e 16.0 landed
-
Rename some createuser options.
- 2dcd1578c401 16.0 landed
-
doc: improve description of adding roles as members
- ce3673daded3 16.0 landed
-
Mark options as deprecated in usage output
- 2f80c95740f8 16.0 cited