pgsql: Add missing ALTER USER variants

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing ALTER USER variants
Date: 2017-08-04 02:15:34
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing ALTER USER variants

ALTER USER ... SET did not support all the syntax variants of ALTER ROLE
... SET.

Reported-by: Pavel Golub <pavel(at)microolap(dot)com>

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-04 15:07:31 pgsql: Disallow SSL session tickets.
Previous Message Tom Lane 2017-08-03 21:36:58 pgsql: Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW command