Re: Character encoding in database dumps
M. Bastin <marcbastin@mindspring.com>
From: "M. Bastin" <marcbastin@mindspring.com>
To: Lynna Landstreet <lynna@gallery44.org>
Cc: <pgsql-novice@postgresql.org>
Date: 2004-06-11T22:32:08Z
Lists: pgsql-novice
>Does anyone have any idea >how I can do a database dump that keeps the character encoding intact? If you can access your database directly with a TCP/IP PostgreSQL client then you can use Eduphant which supports copy to stdout/stdin. This will allow you to copy directly to your local computer in 1 step. <http://aliacta.com/download> Cheers, Marc