Re: OCTET_LENGTH is wrong

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: OCTET_LENGTH is wrong
Дата
Msg-id Pine.LNX.4.30.0111252243340.609-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: OCTET_LENGTH is wrong  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii writes:

> > I don't think so.  The sort order is independent of the character
> > encoding, and vice versa.  It must be, because
>
> This seems different from SQL's CREATE COLLATION syntax.
> >From SQL99's CREATE COLLATION definition:
>
>               CREATE COLLATION <collation name> FOR
>               <character set specification>
>                 FROM <existing collation name>
>                   [ <pad characteristic> ]
>
> So it seems a collation depends on a character set.

I see.  But that really doesn't have anything to do with reality.  In
fact, it completely undermines the transparency of the character set
encoding that we're probably trying to achieve.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Call for objections: deprecate postmaster -o switch?
Следующее
От: Sergio Pili
Дата:
Сообщение: Change in rule behavior?