Re: arrays and references - Mailing list pgsql-general

From Stephan Szabo
Subject Re: arrays and references
Date
Msg-id 20020321080514.J62111-100000@megazone23.bigpanda.com
Whole thread Raw
In response to arrays and references  (Mathieu Arnold <mat@mat.cc>)
List pgsql-general
On Thu, 21 Mar 2002, Mathieu Arnold wrote:

> Hi
>
> I was wondering if there was a possibity to do something like this :
> create table a (a int primary key);
> create table b (b int primary key, a int[] references a(a));
> to avoid having to create another table to join the two tables.

Not currently.



pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [NOVICE] Conditional constraint?
Next
From: Ron Mahoney
Date:
Subject: Re: Generating a list of days