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_4_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/e0446d06e9993c4fc18261c1bb240f3976e951bc 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
