Re: Add --{no-,}bypassrls flags to createuser
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: Shinya11.Kato@oss.nttdata.com, pgsql-hackers@postgresql.org
Date: 2022-04-13T07:10:01Z
Lists: pgsql-hackers
On Wed, Apr 13, 2022 at 03:46:25PM +0900, Kyotaro Horiguchi wrote: > It is sensible to rig createuser command with full capability of > CREATE ROLE is reasonable. > > Only --replication is added by commit 9b8aff8c19 (2010) since > 8ae0d476a9 (2005). BYPASSRLS and NOBYPASSRLS were introduced by > 491c029dbc (2014) but it seems to have forgotten to add the > corresponding createuser options. > > By a quick search, found a few other CREATE ROLE optinos that are not > supported by createuser. My question is: is BYPASSRLS common enough to justify having a switch to createuser? As the development cycle of 15 has just finished and that we are in feature freeze, you may want to hold on new patches for a bit. The next commit fest is planned for July. -- Michael
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