Re: 2D arrays in 7.3... actually, parser bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 2D arrays in 7.3... actually, parser bug?
Дата
Msg-id 6322.1043992845@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 2D arrays in 7.3... actually, parser bug?  (Eric B.Ridge <ebr@tcdi.com>)
Список pgsql-general
"Eric B.Ridge" <ebr@tcdi.com> writes:
> So now my question is, since postgres doesn't support 2D (or N-D)
> arrays, shouldn't the above produce some kind of syntax error?

Postgres' view of arrays is inherited from APL, I think: all arrays
of the same element type are the same datatype regardless of
dimensionality.  We do have N-dimensional arrays, for N up to whatever
the arbitrary MAXDIM constant is.  See the examples in the User's Guide.

            regards, tom lane

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

Предыдущее
От: Eric B.Ridge
Дата:
Сообщение: 2D arrays in 7.3... actually, parser bug?
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Documentation needs significant improvement