pgsql: Disallow superuser names starting with 'pg_' in initdb - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Disallow superuser names starting with 'pg_' in initdb
Date
Msg-id E1azRIS-0002bh-EG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Disallow superuser names starting with 'pg_' in initdb

As with CREATE ROLE, disallow users from specifying initial
superuser names which begin with 'pg_' in initdb.

Per discussion with Tom.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7df974ee0bfd8978830b941e7af5697fd4268656

Modified Files
--------------
src/bin/initdb/initdb.c | 6 ++++++
1 file changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix poorly-worded log message.
Next
From: Stephen Frost
Date:
Subject: pgsql: Wording quibbles regarding initdb username