Re: SQL_ASCII encoding - Mailing list pgsql-general

From Tom Lane
Subject Re: SQL_ASCII encoding
Date
Msg-id 14140.1068072178@sss.pgh.pa.us
Whole thread Raw
In response to SQL_ASCII encoding  (CSN <cool_screen_name90001@yahoo.com>)
List pgsql-general
CSN <cool_screen_name90001@yahoo.com> 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 by date:

Previous
From: CSN
Date:
Subject: SQL_ASCII encoding
Next
From: Gaetano Mendola
Date:
Subject: Re: Question on database structure