Thread: pgsql: Add tests of the CREATEROLE attribute

pgsql: Add tests of the CREATEROLE attribute

From
Andrew Dunstan
Date:
Add tests of the CREATEROLE attribute

The current regression tests do not contain much testing of CREATEROLE.
This patch, extracted from a larger patch set to modify how that
feature works, remedies that omission.

Author: Mark Dilger

Discussion: https://postgr.es/m/D9065DFB-56DB-4E89-A73E-DB8CC2C746C6@enterprisedb.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/create_role.out | 145 ++++++++++++++++++++++++++++++
src/test/regress/parallel_schedule        |   2 +-
src/test/regress/sql/create_role.sql      | 138 ++++++++++++++++++++++++++++
3 files changed, 284 insertions(+), 1 deletion(-)