Arrays

From: franck <franck(at)sopac(dot)org(dot)fj>
To: PostgreSQL-general <pgsql-general(at)postgreSQL(dot)org>
Subject: Arrays
Date: 1999-12-28 13:17:56
Message-ID: 3868B883.621886F3@sopac.org.fj
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sopac(dot)org(dot)fj

In response to

Browse pgsql-general by date

  From Date Subject
Next Message wuulong sheu 1999-12-28 13:19:18 subscribe
Previous Message Peter Mount 1999-12-28 12:42:14 RE: [GENERAL] Future of PostgreSQL