pgsql/src/bin/pg_dump pg_dump.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_dump.c
Date: 2002-01-25 18:49:41
Message-ID: 200201251849.g0PInfA41963@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/01/25 13:49:32

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

Log message:
Tweak pg_dump to say GRANT ALL when appropriate, rather than enumerating
the individual privilege bits. I regard this as an important change for
cross-version compatibility: without this, a 7.1 dump loaded into 7.2
is likely to be short a few privileges.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2002-01-25 19:13:16 pgsql/doc/src/sgml plperl.sgml
Previous Message tgl 2002-01-25 15:40:17 pgsql/contrib/oid2name oid2name.c