pgsql: Document deprecated createuser option. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Document deprecated createuser option.
Date
Msg-id E1q1eMm-001Qf1-HU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document deprecated createuser option.

2dcd1578c4 left the --role option undocumented, which is
inconsistent with other deprecated options such as pg_dump's
--blobs and --no-blobs.  This change adds --role back to
createuser's documentation and usage output and marks it as
deprecated.

Suggested-by: Peter Eisentraut
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/0e85c9e7-4804-1cdb-5a4a-c72c328f9ad8%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/381d19b3ea0e7593d30a3af8df20d92bbccb775f

Modified Files
--------------
doc/src/sgml/ref/createuser.sgml    | 1 +
src/bin/scripts/createuser.c        | 4 ++--
src/bin/scripts/t/040_createuser.pl | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: update src/tools/pginclude/README.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, update xid/subxid searches item