BUG #2913: Subscript on multidimensional array yields no value - Mailing list pgsql-bugs

From Roman Nowak
Subject BUG #2913: Subscript on multidimensional array yields no value
Date
Msg-id 200701191450.l0JEoOls011421@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2913: Subscript on multidimensional array yields no value  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2913
Logged by:          Roman Nowak
Email address:      roman_nowak@poczta.onet.pl
PostgreSQL version: 8.2.1
Operating system:   Windows XP
Description:        Subscript on multidimensional array yields no value
Details:

SELECT (ARRAY[[1,2],[3,4]])[1];

does not return [1,2]
(testes in psql and pgAdmin III): show info that one row was returned but
does not display its value

following statment works OK btw
SELECT (ARRAY[[1,2],[3,4]])[1:1];

pgsql-bugs by date:

Previous
From: Milton César de Souza Leite
Date:
Subject: PostgreSQL & Slackware
Next
From: Adriaan van Os
Date:
Subject: Re: BUG #2905: min and max return incorrect text type