Re: Multibyte or not? - Mailing list pgsql-jdbc

From Anders Bengtsson
Subject Re: Multibyte or not?
Date
Msg-id 1014898021.1304.4.camel@spinoza
Whole thread Raw
In response to Re: Multibyte or not?  ("Anthony Kwok" <anthonykwok@writeme.com>)
List pgsql-jdbc
Anthony Kwok wrote:

> Is there any way I can check out if my installation has the multibyte support? Or anyone can tell the pre-compiled
Redhat rpm package support multibyte or not? 

You could check with "select pg_encoding_to_char(1);" which is how the
JDBC driver itself does it internally.
If it gives 'EUC_JP' the backend has multibyte support, 'SQL_ASCII'
means it hasn't.

/Anders


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-jdbc by date:

Previous
From: "Anthony Kwok"
Date:
Subject: Re: Multibyte or not?
Next
From: Barry Lind
Date:
Subject: Re: Case folding in DatabaseMetaData