Обсуждение: pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT

Поиск
Список
Период
Сортировка

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

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dumpall.c (r1.69.2.1 -> r1.69.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dumpall.c.diff?r1=1.69.2.1&r2=1.69.2.2)