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: E1ddS9G-000791-Qk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f2878a608933441fec185f944aeb44e35c6018f1

Modified Files
--------------
doc/src/sgml/ref/alter_user.sgml | 8 ++++----
src/backend/parser/gram.y | 14 +++++++++++---
src/test/regress/expected/rolenames.out | 10 ++--------
3 files changed, 17 insertions(+), 15 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