pgsql: Rename some createuser options.

Поиск
Список
Период
Сортировка
От Nathan Bossart
Тема pgsql: Rename some createuser options.
Дата
Msg-id E1q0vve-0016iV-UY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename some createuser options.

This change renames --admin to --with-admin, --role to --member-of,
and --member to --with-member.  Many people found the previous
names to be confusing.  The --admin and --member options are new in
v16, but --role has been there for a while, so that one has been
kept (but left undocumented) for backward compatibility.

Suggested-by: Peter Eisentraut
Reviewed-by: Tom Lane, Michael Paquier
Discussion: https://postgr.es/m/ZFvVZvQDliIWmOwg%40momjian.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2dcd1578c40153250836df62f625863056c28a81

Modified Files
--------------
doc/src/sgml/ref/createuser.sgml    | 12 ++++++------
src/bin/scripts/createuser.c        | 14 ++++++++------
src/bin/scripts/t/040_createuser.pl | 16 ++++++++++++++++
3 files changed, 30 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: PG 16 relnotes, misc merged items and bootstrap detail
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: PG 16 relnotes, improve description of standby log. decode