array_length(anyarray)

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема array_length(anyarray)
Дата
Msg-id 52B2054A.8010907@joh.to
обсуждение исходный текст
Ответы Re: array_length(anyarray)
Re: array_length(anyarray)
Список pgsql-hackers
Hi,

Attached is a patch to add support for array_length(anyarray), which
only works for one-dimensional arrays, returns 0 for empty arrays and
complains if the array's lower bound isn't 1.  In other words, does the
right thing when used with the arrays people use 99% of the time.

I'll add this to the next commit fest, but feel free to discuss it
before that.



Regards,
Marko Tiikkaja

Вложения

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

Предыдущее
От: Dong Ye
Дата:
Сообщение: Re: 9.3 regression with dbt2
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: [PATCH] SQL assertions prototype