Re: UTF8 with BOM support in psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UTF8 with BOM support in psql
Дата
Msg-id 16034.1258419782@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: UTF8 with BOM support in psql  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: UTF8 with BOM support in psql
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: UTF8 with BOM support in psql
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: next CommitFest