CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.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.