pgsql: Disallow superuser names starting with 'pg_' in initdb

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disallow superuser names starting with 'pg_' in initdb
Date: 2016-05-08 16:11:08
Message-ID: E1azRIS-0002bh-EG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2016-05-08 16:58:26 pgsql: Wording quibbles regarding initdb username
Previous Message Andrew Dunstan 2016-05-08 14:20:17 Re: [COMMITTERS] pgsql: Disable BLOB test in pg_dump TAP tests