On 17 January 2011 12:58, Susanne Ebrecht <[email protected]> wrote: > Hello, > > maybe i missed pre-discussion but ... > > I miss considering auto-detect of file encoding. > > A simple example: > $ psql -f dump.sql db > > What happens when dump.sql is written by using > another encoding?
That doesn't tend to be much of a problem in practice because pg_dump will have the dump SET client_encoding as appropriate from the DB encoding. -- Regards, Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
