doc: Remove deprecated clauses from CREATE USER/GROUP syntax synopsis. The USER and IN GROUP clauses of CREATE ROLE are deprecated, and commit 8e78f0a1 removed them from the CREATE ROLE syntax syntax synopsis in the docs. However, previously CREATE USER and CREATE GROUP docs still listed these clauses.
Since CREATE USER is equivalent to CREATE ROLE ... WITH LOGIN and CREATE GROUP is equivalent to CREATE ROLE, their documented syntax synopsis should match CREATE ROLE to avoid confusion. Therefore this commit removes the deprecated USER and IN GROUP clauses from the CREATE USER and CREATE GROUP syntax synopsis in the docs. Author: Japin Li <[email protected]> Reviewed-by: wenhui qiu <[email protected]> Reviewed-by: Chao Li <[email protected]> Reviewed-by: Fujii Masao <[email protected]> Discussion: https://postgr.es/m/meapr01mb3031c30e72ef16cfc08c8565b6...@meapr01mb3031.ausprd01.prod.outlook.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/1b795ef0329d64427f3e779e38c7c492c0a15e5d Modified Files -------------- doc/src/sgml/ref/create_group.sgml | 2 -- doc/src/sgml/ref/create_user.sgml | 2 -- 2 files changed, 4 deletions(-)
