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