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
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 (