Re: UTF8 with BOM support in psql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: UTF8 with BOM support in psql
Date
Msg-id 16034.1258419782@sss.pgh.pa.us
Whole thread Raw
In response to Re: UTF8 with BOM support in psql  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: UTF8 with BOM support in psql
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> As for when it can be set, unless I'm mistaken you should be able to set 
> it before any file is opened, if you need to, using PGOPTIONS or psql 
> "dbname=mydb options='-c client_encoding=utf8'". Of course, if the 
> server encoding is utf8 then, in the absence of it being set using those 
> methods, the client encoding will start as utf8 also.

It could also be set in ~/.psqlrc, which would probably be the most
convenient method for regular users of UTF8 files who need to talk
to non-UTF8 databases.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: UTF8 with BOM support in psql
Next
From: "Joshua D. Drake"
Date:
Subject: Re: next CommitFest