zhyu 86 wrote:
> Hi All,
>
> I am using postgresql V8 and can connect to the db from my java program using username only consists of ASCII, but not with Multibyte character username.
Hi
Previous discussion with the backend developers seemed to indicate that
you can't safely use non-ASCII database names or user names. There's no
provision in the startup protocol for identifying the encoding of the
database name & user name provided.
-O