Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state
Peter Eisentraut <peter_e@gmx.net>
Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state of having no password.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_role.sgml | modified | +8 −5 |
| src/backend/commands/user.c | modified | +11 −4 |
| src/backend/parser/gram.y | modified | +5 −1 |