Re: [GENERAL] 'a' == 'a '

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] 'a' == 'a '
Дата
Msg-id 8883.1130209779@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] 'a' == 'a '  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [GENERAL] 'a' == 'a '  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, I understand now.  It is tempting to think that the difference
> between char() and varchar() is that internally they use a different
> collating sequences, but that isn't the case.  If it were, space would
> be ignored during comparisons any place in the string, when in fact, is
> it is only trailing space that char() ignores, e.g.:

No, you don't understand.  The standard defines PAD SPACE as making
*trailing* spaces irrelevant to comparisons, not embedded or leading
spaces.  And they regard PAD SPACE as an attribute of a collation rather
than of the string datatype.  This seems pretty wacko to me (in
particular it's hard to see how NO PAD is useful with char(N) storage)
but that's what they did.

> What additional documentation is needed?

Some specific discussion of the relationship to the standard would be
helpful, perhaps.
        regards, tom lane


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: PostgreSQL 8.1 Beta 4
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: PG Killed by OOM Condition