pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c
Date: 2001-07-29 22:12:49
Message-ID: 200107292212.f6TMCnf64595@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/07/29 18:12:49

Modified files:
src/bin/pg_dump: Tag: REL7_1_STABLE pg_dump.c

Log message:
Arrange for GRANT/REVOKE on a view to be dumped at the right time,
namely after the view definition rather than before it. Bug introduced
in 7.1 by changes to dump stuff in OID ordering.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-07-30 14:50:25 pgsql/src backend/libpq/hba.c backend/postmast ...
Previous Message Tom Lane 2001-07-29 22:12:23 pgsql/src/bin/pg_dump pg_dump.c