array in a reference

From: "Ries van Twisk" <ries(at)jongert(dot)nl>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: array in a reference
Date: 2003-05-07 15:07:55
Message-ID: 000b01c314aa$70f58400$f100000a@IT001
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Hey Guys,

I was just wondering if it is possible to use a REFERENCE in a array like
this below:

CREATE TABLE t0 {
id SERIAL,
value TEXT
}

CREATE TABLE t1 {
id SERIAL,
t0id INTEGER[] REFERENCES t0(id) -- <<<< Is this possible????
}

regards,
Ries van Twisk

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2003-05-07 15:26:52 Re: An unresolved performance problem.
Previous Message Thomas Good 2003-05-07 15:04:28 Re: Date Anomaly??