]> granicus.if.org Git - postgresql/commit
Clarify documentation about PASSWORD in CREATE/ALTER ROLE
authorMichael Paquier <michael@paquier.xyz>
Fri, 23 Nov 2018 00:11:12 +0000 (09:11 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 23 Nov 2018 00:11:12 +0000 (09:11 +0900)
commit3dab288f492d38d60a2cf02ba85c05df6e329ab1
treee7d6c89e732f0c74445aac7b8a9ac1ba0c542971
parent595220a3a3a89e5648b7b6be726502efdc9ec806
Clarify documentation about PASSWORD in CREATE/ALTER ROLE

The documentation of CREATE/ALTER ROLE has been missing two things
related to PASSWORD:
- The password value provided needs to be quoted, some places of the
documentation marked the field with quotes, but not others, which led to
confusion.
- PASSWORD NULL was not provided consistently, with ENCRYPTED being not
compatible with it.

Reported-by: Steven Winfield
Author: Michael Paquier
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/154282901979.1316.7418475422120496802@wrigleys.postgresql.org
doc/src/sgml/ref/alter_role.sgml
doc/src/sgml/ref/alter_user.sgml
doc/src/sgml/ref/create_role.sgml
doc/src/sgml/ref/create_user.sgml