CSN <cool_screen_name90001(at)yahoo(dot)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