[COMMITTERS] pgsql: Further unify ROLE and USER command grammar rules - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Further unify ROLE and USER command grammar rules
Date
Msg-id E1ddS9G-00078x-Px@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEWcommand
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Disallow SSL session tickets.