multidimensional arrays

From: mstory(at)uchicago(dot)edu
To: pgsql-general(at)postgresql(dot)org
Subject: multidimensional arrays
Date: 2005-02-03 03:01:00
Message-ID: 1107399660.420193ec557e0@churlish.uchicago.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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, also the
array lower and array upper for the second dimension i get a null value for
both, i checked the documentation and it says that multidimensional arrays act
strangly, but nothing i've read would give me the impression that something like
this should have happened. Any help would be appreciated.

matt

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Turner 2005-02-03 03:31:26 Re: Problems with filter on timestamp
Previous Message elein 2005-02-03 00:39:58 Re: plpython.so