pgsql: Fix pg_dump for recent change removing separate RULE privilege.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_dump for recent change removing separate RULE privilege.
Date: 2006-09-08 18:05:35
Message-ID: 20060908180535.5AE339FB318@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_dump for recent change removing separate RULE privilege.
I had thought this code could be left alone, but I was wrong: as-is
it's failing to recognize when to use ALL for table privileges in 8.2.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
dumputils.c (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.c.diff?r1=1.30&r2=1.31)

Browse pgsql-committers by date

  From Date Subject
Next Message User Diogob 2006-09-08 19:40:07 xlogviewer - xlogdump: make bug corrected and readme added
Previous Message Tom Lane 2006-09-08 17:49:13 pgsql: Put back plan-time check for trying to apply SELECT FOR