Add missing ALTER USER variants ALTER USER ... SET did not support all the syntax variants of ALTER ROLE ... SET.
Reported-by: Pavel Golub <[email protected]> Branch ------ REL9_3_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/b7d1bc820e191d8b56a35c8a8af409062c3a71be Modified Files -------------- doc/src/sgml/ref/alter_role.sgml | 2 +- doc/src/sgml/ref/alter_user.sgml | 8 ++++---- src/backend/parser/gram.y | 14 +++++++++++--- 3 files changed, 16 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
