Add missing ALTER USER variants
Peter Eisentraut <peter_e@gmx.net>
Add missing ALTER USER variants ALTER USER ... SET did not support all the syntax variants of ALTER ROLE ... SET. Reported-by: Pavel Golub <pavel@microolap.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_role.sgml | modified | +1 −1 |
| doc/src/sgml/ref/alter_user.sgml | modified | +4 −4 |
| src/backend/parser/gram.y | modified | +11 −3 |