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 <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b3744812215de458c80629c3a9c57f00833de8a9 Modified Files -------------- doc/src/sgml/ref/alter_user.sgml | 8 +-- src/backend/parser/gram.y | 105 +++++++++++--------------------- src/test/regress/expected/rolenames.out | 10 +-- 3 files changed, 43 insertions(+), 80 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
