Re: Multibyte or not?

Поиск
Список
Период
Сортировка
От Anders Bengtsson
Тема Re: Multibyte or not?
Дата
Msg-id 1014898021.1304.4.camel@spinoza
обсуждение исходный текст
Ответ на Re: Multibyte or not?  ("Anthony Kwok" <anthonykwok@writeme.com>)
Список 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 по дате отправления:

Предыдущее
От: "Anthony Kwok"
Дата:
Сообщение: Re: Multibyte or not?
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Case folding in DatabaseMetaData