Re: [BUGS] Bug #876: Bugs Inserts Arrays

2003-01-15 Thread Tom Lane
[EMAIL PROTECTED] writes: > Sample Code > create table teste(serie integer,aula text[][]); > //it´s ok when insert this > insert into teste values (1,'{{"004","009"},{"009"},{""}, > {"001","002"}}'); > //But when I insert this.. > insert into teste values > (1,'{{"004","009","002"},{"009","001"},{"

[BUGS] Bug #876: Bugs Inserts Arrays

2003-01-15 Thread pgsql-bugs
Walter ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Bugs Inserts Arrays Long Description Hi, Im Walter, from Brazil, and I use PG 7.2. (excuse my english!) The error: the last entrance (last array dimension) determine the dim