pgsql: Include NOLOGIN roles in the 'flat' password file.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Include NOLOGIN roles in the 'flat' password file.
Дата
Msg-id 20071015151129.B7D14753F31@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Include NOLOGIN roles in the 'flat' password file.  In the original
coding this was seen as useless, but the problem with not including them
is that the error message will often be something about authentication
failure, rather than the more helpful one about 'role is not permitted
to log in'.  Per discussion.

Modified Files:
--------------
    pgsql/src/backend/utils/init:
        flatfiles.c (r1.27 -> r1.28)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/flatfiles.c?r1=1.27&r2=1.28)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: bump ver to 1.1.1
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Back-patch some plpython patches previously made only in HEAD: