Re: [pgadmin-support] Bug report - multidimensional arrays

2013-06-03 Thread Joshua Boshi
Hi Dave, thank you for reply. I did not notice this in PostgreSql documentation. It is clear to me now. Best regards, Josh 2013/6/3 Dave Page > Hi > > On Fri, May 31, 2013 at 6:36 PM, Joshua Boshi > wrote: > > Hi, > > > > I would like to report a bug on pgAd

[pgadmin-support] Bug report - multidimensional arrays

2013-05-31 Thread Joshua Boshi
Hi, I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13.04 from repository. PgAdmin ignores multidimensional array types in it's outputs. I defined a table using this command: CREATE TABLE test ( id serial NOT NULL, test character varying(150)[][], PRIMARY KEY (id) ) WITH (