Re: Charset/collate support and function parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Charset/collate support and function parameters
Дата
Msg-id 6549.1099160028@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Charset/collate support and function parameters  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: Charset/collate support and function parameters  (Dennis Bjorklund <db@zigo.dhs.org>)
Список pgsql-hackers
Dennis Bjorklund <db@zigo.dhs.org> writes:
> Today we store the max length of a string in the typmod field, but that
> has to be extended so we also store the charset and the collation of the
> string.

Why would we not keep this information right in the string values?

> [ unworkable proposal snipped ]
        regards, tom lane


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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Charset/collate support and function parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql and schemas