]> granicus.if.org Git - postgresql/commit
Add --encoding to pg_dump.
authorBruce Momjian <bruce@momjian.us>
Sun, 10 Jul 2005 15:08:52 +0000 (15:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 10 Jul 2005 15:08:52 +0000 (15:08 +0000)
commitd1cffe2f779d95ddb9f0607f284e2c6c3a71d566
treefccb89ecfc26c1ccbc87a6017a823d38e9abc834
parent07931080360021376af8128b0ca297406a9ab121
Add --encoding to pg_dump.

The Problem:  Occassionally a DBA needs to dump a database to a new
encoding.   In instances where the current encoding, (or lack of an
encoding, like SQL_ASCII) is poorly supported on the target  database
server, it can be useful to dump into a particular  encoding.  But,
currently the only way to set the encoding of  a pg_dump file is to
change  client_encoding in postgresql.conf and restart postmaster.
This is more  than a little awkward for production systems.

Magnus Hagander
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c