pgsql/src/bin/pg_dump pg_dump.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_dump.c
Date: 2001-07-29 22:12:23
Message-ID: 200107292212.f6TMCNt64560@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:23

Modified files:
src/bin/pg_dump: 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 Tom Lane 2001-07-29 22:12:49 pgsql/src/bin/pg_dump Tag: REL7_1_STABLE pg_dump.c
Previous Message Tom Lane 2001-07-22 22:01:04 pgsql/src/backend/access/transam xlog.c