pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT
Дата
Msg-id 20070515202021.811769FBD92@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE
when the grantor has been dropped.  This is a workaround for the fact
that we don't track the grantor as a shared dependency.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dumpall.c (r1.90 -> r1.91)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.90&r2=1.91)

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

Предыдущее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Remove directory qualification in because it's not
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT