pgsql-server/src/bin/pg_dump pg_backup_archive ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql-server/src/bin/pg_dump pg_backup_archive ...
Date
Msg-id 20030201220700.1D6C2475A09@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/02/01 17:07:00

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

Log message:
    Cleaner solution to the problem of loading pre-7.3 dumps containing
    columns of type lo (see contrib/lo).  Rather than hacking the function
    definitions on-the-fly, just modify the queries issued by FixupBlobRefs
    so that they work even if CREATE CAST hasn't been issued.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/pg_dump Tag: REL7_3_STABL ...