pgsql/src/bin/pg_dump pg_dump.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/bin/pg_dump pg_dump.c
Date
Msg-id 200201251849.g0PInfA41963@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/contrib/oid2name oid2name.c
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/doc/src/sgml plperl.sgml