Re: SQL_ASCII encoding
От
Tom Lane
Тема
Re: SQL_ASCII encoding
Дата
Msg-id
14140.1068072178@sss.pgh.pa.us
Ответ на
SQL_ASCII encoding (CSN)
Список
Дерево обсуждения
SQL_ASCII encoding CSN <cool_screen_name90001@yahoo.com>
Re: SQL_ASCII encoding Tom Lane <tgl@sss.pgh.pa.us>
CSN writes: > What exactly is the "SQL_ASCII" encoding for > databases? We interpret it pretty much as "we don't know the encoding". We store what the client sends and then regurgitate it, without any encoding conversion in either direction. Internal operations only understand 7-bit-ASCII characters in this mode. regards, tom lane
В списке pgsql-general по дате отправления