Re: Substring auto trim

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Substring auto trim
Дата
Msg-id 14774.1263402847@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Substring auto trim  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Substring auto trim  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-bugs
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> What's the data type of the value being compared to?  I get, for
>> instance,
>>
>> postgres=# select substr('ab  '::char(4), 1, 4) = 'ab  '::char(4);

> This looks like another situation where we're running into trouble
> because of non-standard behavior when people might be expecting
> something consistent with other products and the explicit language
> in the standard.

If we were to change that so that 'ab  ' were implicitly typed as
char(4), then we'd start getting bug reports from people complaining
that "select 'ab' = 'ab  '" yields true.  I remain of the opinion that
char(n) is so hopelessly brain-damaged that we should be very careful
to NOT bring it into our mainstream behavior.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5269: postgres backend terminates with SIGSEGV
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Substring auto trim