Re: multidimensional arrays

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: multidimensional arrays
Дата
Msg-id 11733.1107406618@sss.pgh.pa.us
обсуждение исходный текст
Ответ на multidimensional arrays  (mstory@uchicago.edu)
Список pgsql-general
mstory@uchicago.edu writes:
> I'm writing a 2 dimensional array INTEGER[3][] that holds data that i
> need to parse through to check for zeros.  The user will insert into
> this array one row at a time, when i insert the first row into this
> array it works fine but when i check array_dims it gives me [1:3] not
> the [1:3][1:1] that i expected,

You assigned a one-dimensional value to the array, not a two-dimensional
value.

            regards, tom lane

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

Предыдущее
От: Alex Turner
Дата:
Сообщение: Re: Problems with filter on timestamp
Следующее
От: "Anil"
Дата:
Сообщение: Re: Scanning the PGSQL DB