pgsql: Add test for REVOKE ADMIN OPTION

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add test for REVOKE ADMIN OPTION
Date: 2021-11-26 13:15:19
Message-ID: E1mqb4R-00065q-Jz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test for REVOKE ADMIN OPTION

The REVOKE ADMIN OPTION FOR <role_name> syntax didn't have ample
test coverage. Fix by adding coverage in the privileges test suite.

Author: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/333B0203-D19B-4335-AE64-90EB0FAF46F0@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4597fd78d6dea2235cb948ea036c2d61057c415c

Modified Files
--------------
src/test/regress/expected/privileges.out | 22 ++++++++++++++++++++++
src/test/regress/sql/privileges.sql | 29 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-11-26 13:15:49 pgsql: Fix GRANTED BY support in REVOKE ROLE statements
Previous Message Peter Eisentraut 2021-11-26 09:01:22 pgsql: Update comments