Thread: pgsql: Add test for REVOKE ADMIN OPTION

pgsql: Add test for REVOKE ADMIN OPTION

From
Daniel Gustafsson
Date:
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 <[email protected]>
Discussion: https://postgr.es/m/[email protected]

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