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

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT
Date
Msg-id 20070515202021.811769FBD92@postgresql.org
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: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Remove directory qualification in because it's not
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Avoid emitting empty role names in the GRANTED BY clause of GRANT