Re: array_lower /array_prepend doubt

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: array_lower /array_prepend doubt
Дата
Msg-id 400EC94F.7010703@joeconway.com
обсуждение исходный текст
Ответ на Re: array_lower /array_prepend doubt  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: array_lower /array_prepend doubt
Список pgsql-sql
Tom Lane wrote:
> Of course; I suppose this bug goes back to Berkeley days.  We just
> hadn't recognized it before (or at least I hadn't).
> 

Neither had I. But the changes in 7.4 probably make it more likely 
people will bump into this as a problem.

Without looking to confirm, I believe SQL99 defines an array as always 
having a lower bound of 1, making our behavior an extension to the 
standard. We may need another extension to the array literal syntax in 
order to deal with this. I'll report back after I've had some time to 
study it.

Joe




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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: array_lower /array_prepend doubt
Следующее
От: Tom Lane
Дата:
Сообщение: Re: array_lower /array_prepend doubt