Re: arrays and references

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Mathieu Arnold <mat(at)mat(dot)cc>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: arrays and references
Date: 2002-03-21 16:06:48
Message-ID: 20020321080514.J62111-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Mahoney 2002-03-21 16:21:20 Re: Generating a list of days
Previous Message Stephan Szabo 2002-03-21 16:04:32 Re: [NOVICE] Conditional constraint?