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

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Disallow superuser names starting with 'pg_' in initdb
Дата
Msg-id E1azRIS-0002bh-EG@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix poorly-worded log message.
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Wording quibbles regarding initdb username