[ python-Bugs-1000390 ] Array typinput does not support multiple dimensions

noreply at pgfoundry.org noreply at pgfoundry.org
Sun Dec 2 22:39:03 UTC 2007


Bugs item #1000390, was opened at 2005-09-25 00:20
You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000390&group_id=1000094

Category: TYP/Typical
Group: To do
>Status: Closed
>Resolution: Out of Date
Priority: 4
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Array typinput does not support multiple dimensions

Initial Comment:
typinput needs to be made to keep track of the state of the dimension level so as to validate the consistency of the array, and to initially build the boundaries of the dimensions for instantiation. Currently, only single dimension arrays work.

----------------------------------------------------------------------

>Comment By: James Pye (jwp)
Date: 2007-12-02 15:39

Message:
postgresql.types.array has support to unroll a nested array. It requires that the container types be explicitly stated, but it works just fine for the usual case.

----------------------------------------------------------------------

You can respond by visiting: 
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000390&group_id=1000094


More information about the Python-general mailing list