Re: unicode UTF-8 columns

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: unicode UTF-8 columns
Дата
Msg-id Pine.LNX.4.44.0304031554070.2215-100000@peter.localdomain
обсуждение исходный текст
Ответ на unicode UTF-8 columns  (Dennis Gearon <gearond@cvc.net>)
Список pgsql-general
Dennis Gearon writes:

> What column types support UTF-8 input? I think that varchar, text, and
> bytea would do it, but I'm not sure.

text, varchar, and char store strings in whatever encoding your database
is set up to.  bytea stores bytes, not characters, so the question is
irrelevant in that case.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: this date format thing.
Следующее
От: Antti Haapala
Дата:
Сообщение: Re: Help with array constraints