Clarify documentation about PASSWORD in CREATE/ALTER ROLE
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_role.sgml | modified | +3 −2 |
| doc/src/sgml/ref/alter_user.sgml | modified | +1 −1 |
| doc/src/sgml/ref/create_role.sgml | modified | +3 −2 |
| doc/src/sgml/ref/create_user.sgml | modified | +1 −1 |
Documentation touched
Discussion
- CREATE/ALTER ROLE with NULL password 6 messages · 2018-11-21 → 2018-11-23