Re: array_length()
От | Peter Eisentraut |
---|---|
Тема | Re: array_length() |
Дата | |
Msg-id | 491198FB.7090504@gmx.net обсуждение исходный текст |
Ответ на | array_length() (Decibel! <decibel@decibel.org>) |
Ответы |
Re: array_length()
Re: array_length() Re: array_length() |
Список | pgsql-hackers |
Decibel! wrote: > ISTM it'd be useful to have an array_length function (since I just wrote > one for work ;), so here's a patch. Note that I don't have the docs > toolchain setup, so I wasn't able to test the doc patches. There is a tiny problem with this implementation: It returns null for an empty array, not zero. This is because array_lower and/or array_upper return null for an empty array, which makes sense for those cases. We could fix this by putting a coalesce around the expression, but since the array functions return null for all kinds of error cases, this might mask other problems. Or we move to a C implementation.
В списке pgsql-hackers по дате отправления: