array_in sub function ReadArrayDimensions error message

Поиск
Список
Период
Сортировка
От jian he
Тема array_in sub function ReadArrayDimensions error message
Дата
Msg-id CACJufxExAcpvrkbLGrZGdZ=bFAuj7OVp1mOhk+fsBzeUbOGuHQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: array_in sub function ReadArrayDimensions error message
Список pgsql-hackers
while reviewing the json query doc,
I found out the following error message was not quite right.

select '[1,2]'::int[];
ERROR:  malformed array literal: "[1,2]"
LINE 1: select '[1,2]'::int[];
               ^
DETAIL:  Missing "]" after array dimensions.
should it be:
"Missing delimiter ":" while specifying array dimensions."
?
Because here, the first problem is the comma should be colon.


also
"DETAIL:  Missing "]" after array dimensions."
should be
DETAIL:  Missing "]" while specifying array dimensions.
?



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