Re: Determining client_encoding from client locale - Mailing list pgsql-hackers

From Susanne Ebrecht
Subject Re: Determining client_encoding from client locale
Date
Msg-id 4D344B51.9010401@2ndQuadrant.com
Whole thread Raw
In response to Re: Determining client_encoding from client locale  (Peter Geoghegan <peter.geoghegan86@gmail.com>)
Responses Re: Determining client_encoding from client locale  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On 17.01.2011 14:26, Peter Geoghegan wrote:
> On 17 January 2011 12:58, Susanne Ebrecht<susanne@2ndquadrant.com>  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.

Ok, naming it dump.sql was confusing. My fault.
I didn't thought about pg_dump dump files here.
I more thought about files that came out of editors using mad encoding
and maybe then also were created on Windows and then copied to
Unix for import.

Written on little endian, copied to big endian and so on.

Susanne

-- 
Susanne Ebrecht - 2ndQuadrant
PostgreSQL Development, 24x7 Support, Training and Services
www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Replication logging
Next
From: Simon Riggs
Date:
Subject: Re: pg_basebackup for streaming base backups