UNICODE characters vs. BINARY

Поиск
Список
Период
Сортировка
От Gunther Schadow
Тема UNICODE characters vs. BINARY
Дата
Msg-id 38528AD6.B186C0B7@aurora.rg.iupui.edu
обсуждение исходный текст
Список pgsql-hackers
Hi,

it seems to me that it's not quite clear whether pgsql makes
a consistent difference between byte and char, and if so, if
there is any way to store a small-sized array of bytes without
going right to a BLOB. If you interface pgsql with Java/JDBC
the support of UNICODE (16 bit per char) is quite essential to
avoid surprises.

A related question is whether we could support some more
standard names for data types (e.g., BIGINT, SMALLINT, etc.)
But I'm not sure there is really any standard. I would be
willing to work a little on these data types but I'd need
someone to hint me on who else is doing stuff and, if possible,
where to look first (and what known mistakes to avoid.)

regards
-Gunther


--
Gunther_Schadow-------------------------------http://aurora.rg.iupui.edu
Regenstrief Institute for Health Care
1050 Wishard Blvd., Indianapolis IN 46202, Phone: (317) 630 7960
schadow@aurora.rg.iupui.edu------------------#include <usual/disclaimer>
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] LONG
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: [PATCHES] pg_dump primary keys