Further unify ROLE and USER command grammar rules
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 Aug 2017 00:36:32 +0000 (20:36 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 4 Aug 2017 00:34:45 +0000 (20:34 -0400)
commitb3744812215de458c80629c3a9c57f00833de8a9
tree1cca9dededf340790128c374e6f21f5dcacefde7
parent3eb9a5e7c4c9f10178815b569dbc0058eb50c05a
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>
doc/src/sgml/ref/alter_user.sgml
src/backend/parser/gram.y
src/test/regress/expected/rolenames.out