Arrays - Mailing list pgsql-general

From franck
Subject Arrays
Date
Msg-id 3868B883.621886F3@sopac.org.fj
Whole thread Raw
In response to RE: [GENERAL] Future of PostgreSQL  (Peter Mount <peter@retep.org.uk>)
List pgsql-general
Sorry for such trivia,

I have created a table containing an array, and I want to fill up the value...

create table test ( pl float8[][]);   /* works */
insert into test values ('(1,2,3),(3,4,5)'); /* does not work */

does not work.... The answer in psql is array_in need to specify dimension..
 help...
franck@sopac.org.fj


pgsql-general by date:

Previous
From: Peter Mount
Date:
Subject: RE: [GENERAL] Future of PostgreSQL
Next
From: JT Kirkpatrick
Date:
Subject: FW: vacuum problems