Re: pgsql: In AlterRole, make bypassrls an int

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: In AlterRole, make bypassrls an int
Дата
Msg-id 20150821173519.GY5232@alvherre.pgsql
обсуждение исходный текст
Ответ на pgsql: In AlterRole, make bypassrls an int  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: pgsql: In AlterRole, make bypassrls an int  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-committers
Stephen Frost wrote:

> Add regression tests to test CREATE/ALTER role for the various role
> attributes.  Arrange to leave roles behind for testing pg_dumpall, but
> none which have the LOGIN attribute.

There is a problem in this test, which is that it throws errors if the
roles already exist.  Maybe CREATE IF NOT EXISTS is needed, or perhaps
a DROP beforehand?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Remove ExecGetScanType function
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Do not allow *timestamp to be passed as NULL