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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/bin/pg_dump pg_backup_archive ...
Date
Msg-id 20040224033519.05FAED1B973@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/02/23 23:35:19

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

Log message:
    Cause pg_dump to emit a 'SET client_encoding' command at the start of
    any restore operation, thereby ensuring that dumped data is interpreted
    the same way it was dumped even if the target database has a different
    encoding.  Per suggestions from Pavel Stehule and others.  Also,
    simplify scheme for handling check_function_bodies ... we may as well
    just set that at the head of the script.


pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/pl/plpgsql/src Tag: REL7_3_ST ...
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/bin/pg_dump Tag: REL7_4_STABL ...