Thread: pgsql-server/src/bin/pg_dump pg_backup.h pg_ba ...

pgsql-server/src/bin/pg_dump pg_backup.h pg_ba ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    04/03/23 23:06:09

Modified files:
    src/bin/pg_dump: pg_backup.h pg_backup_archiver.c
                     pg_backup_archiver.h pg_dump.c

Log message:
    Use the new GUC variable default_with_oids in pg_dump, rather than using
    WITH/WITHOUT OIDS in dump files.  This makes dump files more portable.

    I have updated the pg_dump version so old binary dumps will load fine.

    Pre-7.5 dumps use WITHOUT OIDS in SQL were needed, so they should be
    fine.