Further unify ROLE and USER command grammar rules
Peter Eisentraut <peter_e@gmx.net>
Further unify ROLE and USER command grammar rules ALTER USER ... SET did not support all the syntax variants of ALTER ROLE ... SET. Fix that, and to avoid further deviations of this kind, unify many the grammar rules for ROLE/USER/GROUP commands. Reported-by: Pavel Golub <pavel@microolap.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_user.sgml | modified | +4 −4 |
| src/backend/parser/gram.y | modified | +37 −68 |
| src/test/regress/expected/rolenames.out | modified | +2 −8 |