From 2dcd1578c40153250836df62f625863056c28a81 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Sun, 21 May 2023 20:03:56 -0700 Subject: 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 --- doc/src/sgml/ref/createuser.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 58ed1116420..ba7ed1f8531 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -82,10 +82,10 @@ PostgreSQL documentation - + - Indicates an existing role that will be automatically added as a member of the new + Specifies an existing role that will be automatically added as a member of the new role with admin option, giving it the right to grant membership in the new role to others. Multiple existing roles can be specified by writing multiple switches. @@ -149,10 +149,10 @@ PostgreSQL documentation - + - Indicates the new role should be automatically added as a member + Specifies the new role should be automatically added as a member of the specified existing role. Multiple existing roles can be specified by writing multiple switches. @@ -222,10 +222,10 @@ PostgreSQL documentation - + - Indicates the specified existing role should be automatically + Specifies an existing role that will be automatically added as a member of the new role. Multiple existing roles can be specified by writing multiple switches. -- cgit v1.2.3