Re: Multiple character encodings within a single database/table?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Multiple character encodings within a single database/table?
Дата
Msg-id FA5C1C16-84BD-4383-90F8-B4DEDC04A831@blighty.com
обсуждение исходный текст
Ответ на Multiple character encodings within a single database/table?  ("Dann Corbit" <DCorbit@connx.com>)
Ответы Re: Multiple character encodings within a single database/table?  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general
On Mar 23, 2009, at 3:50 PM, Dann Corbit wrote:

> If I have the C locale, can I have multiple character encodings
> within:
> 1.  A single database?
> 2.  A single table?

No.

>
> More specifically, I would like to be able to have Unicode columns and
> ASCII text columns within the same table.  Is this possible?  If so,
> how
> do I achieve it?

Any valid ascii string is also a valid utf8 string. You can probably
just use utf8 for everything.

Cheers,
   Steve


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Evidently no support for the mmddyyyy date format
Следующее
От: Pedro Doria Meunier
Дата:
Сообщение: Internationalization