pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT - Mailing list pgsql-committers

From [email protected] (Alvaro Herrera)
Subject pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT
Date
Msg-id [email protected]
Whole thread Raw
List 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 by date:

Previous
From: [email protected] (Andrew Dunstan)
Date:
Subject: pgsql: Remove directory qualification in because it's not
Next
From: [email protected] (Alvaro Herrera)
Date:
Subject: pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT