Re: Add --{no-,}bypassrls flags to createuser
Shinya Kato <shinya11.kato@oss.nttdata.com>
From: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Nathan Bossart <nathandbossart@gmail.com>, Przemysław Sztoch <przemyslaw@sztoch.pl>, "David G. Johnston" <david.g.johnston@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>, Daniel Gustafsson <daniel@yesql.se>, pgsql-hackers@postgresql.org
Date: 2022-05-24T11:07:31Z
Lists: pgsql-hackers
Attachments
- v8-0001-Add-missing-options-to-createuser.patch (text/x-diff) patch v8-0001
On 2022-05-24 11:09, Michael Paquier wrote: > On Mon, May 23, 2022 at 09:37:35AM -0700, Nathan Bossart wrote: >> Michael also requested a test for multiple -a switches and for fancier >> string patterns. Once that is taken care of, I think this can be >> marked as >> ready-for-committer. > > Looking at v7, this means to extend the tests to process lists for > --admin with more name patterns. And while on it, we could do the > same for the existing command for --role, but this one is on me, being > overly-pedantic while looking at the patch :) Thanks! I fixed it. -- Regards, -- Shinya Kato Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix output of createuser --help with --valid-until
- 4ca998595788 16.0 landed
-
createuser: Add support for more clause types through new options
- 08951a7c93cf 16.0 landed
-
createuser: Cleanup and fix internal option ordering
- 50e4c280f066 16.0 landed
-
Add REPLICATION privilege for ROLEs
- 9b8aff8c192e 9.1.0 cited