pgsql-server/src/bin/pg_dump pg_backup_archive ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/pg_dump pg_backup_archive ...
Date: 2004-02-24 03:35:19
Message-ID: 20040224033519.05FAED1B973@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-02-24 03:35:48 pgsql-server/src/bin/pg_dump Tag: REL7_4_STABL ...
Previous Message Tom Lane 2004-02-24 01:44:58 pgsql-server/src/pl/plpgsql/src Tag: REL7_3_ST ...