array in a reference - Mailing list pgsql-sql

From Ries van Twisk
Subject array in a reference
Date
Msg-id 000b01c314aa$70f58400$f100000a@IT001
Whole thread Raw
Responses Re: array in a reference  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List 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



pgsql-sql by date:

Previous
From: Thomas Good
Date:
Subject: Re: Date Anomaly??
Next
From: Josh Berkus
Date:
Subject: Re: Date Anomaly??