Re: array bad behavior?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array bad behavior?
Дата
Msg-id 2791.990740364@sss.pgh.pa.us
обсуждение исходный текст
Ответ на array bad behavior?  ("Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu>)
Список pgsql-general
"Thalis A. Kalfigopoulos" <thalis@cs.pitt.edu> writes:
> Then I insert:
> insert into lala values(1003,'{{"1_1","1_2"},{"2_1"}}');

IIRC, the array code is fairly buggy for non-rectangular arrays.
The array parser doesn't really do these correctly, and even if it
did, the *right* behavior IMHO would be to fill the missing elements
with NULLs, which can't be done yet because the array representation
doesn't handle NULL elements.

Someone needs to work on it --- want to volunteer?

            regards, tom lane

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

Предыдущее
От: "Steven D. Arnold"
Дата:
Сообщение: strange stored procedure problem
Следующее
От: Vince Vielhaber
Дата:
Сообщение: RE: ERWin