]> git.ipfire.org Git - thirdparty/postgresql.git/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:24 +0000 (20:20 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 15 May 2007 20:20:24 +0000 (20:20 +0000)
commitd42e2b75027c4ea4c8140d7734a6e751ec155b6c
tree707cdf90cf2d3a42837e9c81d1c205f843891df2
parentfbef95ef1325dc05fcc2e13d3f6ea64eb48051d4
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