Re: Add --{no-,}bypassrls flags to createuser
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: Shinya Kato <Shinya11.Kato@oss.nttdata.com>,
Daniel Gustafsson <daniel@yesql.se>, Michael Paquier <michael@paquier.xyz>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-04-19T16:13:51Z
Lists: pgsql-hackers
On Mon, Apr 18, 2022 at 9:50 PM Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote: > Hmm.. So, "-r/--role" and "-m/--member(ship)" is the (least worse) way > to go? Or we can give up adding -m for the reason of being hard to > name it.. Hmm, yeah, I hadn't quite realized what the problem was when I wrote that. I honestly don't know what to do about that. Renaming the existing option is not great, but having the syntax diverge between SQL and CLI is not great either. Giving up is also not great. Not sure what is best. -- Robert Haas EDB: http://www.enterprisedb.com
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