Re: [PATCHES] [BUGS] casting strings to multidimensional arrays yields

Поиск
Список
Период
Сортировка
От James William Pye
Тема Re: [PATCHES] [BUGS] casting strings to multidimensional arrays yields
Дата
Msg-id 20040811090516.GA54147@void.ph.cox.net
обсуждение исходный текст
Ответ на Re: [PATCHES] [BUGS] casting strings to multidimensional arrays yields  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
On 08/06/04:31/5, Joe Conway wrote:
> I just reread your comment and thought about it more. I think most of
> what I said in the last post holds, but in addition part of the problem
> lies in the fact that we don't implement multidimensional arrays as
> nested arrays, but rather as one monolithic structure. If we did the
> former, then 2x0 would be feasible.
>
> Investigating, and possibly implementing, multidimensional arrays as a
> nested structure is another item on my wish list. I'm still not entirely
> sure how difficult or desirable it is, but my interpretation of SQL99 is
> that nested arrays is the requirement.

+1

This would probably make MD array support in plpy almost trivial, so it is
definitely desirable to me.

--
Regards,       James William Pye

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Add Missing From?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Missing French backend translations in the HEAD