Array functions, array_length behavior given an empty array
В списке pgsql-docs по дате отправления:
| От | PG Doc comments form |
|---|---|
| Тема | Array functions, array_length behavior given an empty array |
| Дата | |
| Msg-id | 163636931138.8076.5140809232053731248@wrigleys.postgresql.org обсуждение |
| Ответы |
Re: Array functions, array_length behavior given an empty array
|
| Список | pgsql-docs |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/functions-array.html Description: For whom it may concern, I'd like to propose an extension for `array_length` function description. Currently, it does not cover the case of an empty array: https://www.postgresql.org/docs/13/functions-array.html Table 9.52. Array Functions. Row 5 The description reads as `Returns the length of the requested array dimension.` For me, an expected result for an empty array would be `0`, but it is `NULL`. Tested on `PostgreSQL 13.4` with query `SELECT ARRAY_LENGTH(ARRAY[]::CHARACTER VARYING[],1);` I believe, such case deserves to be mentioned in the description and/or in examples. With best regards, Oleg Rekin
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера