]> granicus.if.org Git - postgresql/commit
Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 15 May 2007 20:20:21 +0000 (20:20 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 15 May 2007 20:20:21 +0000 (20:20 +0000)
commitd365ce1f5c90278c577ffe52a80adebee9cb3c33
treece0ad361f64fd4ca9130db30ca1c563980a8016a
parent0f77636c2e3fd681707b447e9264e5d1f56ed2ef
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.
src/bin/pg_dump/pg_dumpall.c