arrays and references

From: Mathieu Arnold <mat(at)mat(dot)cc>
To: pgsql-general(at)postgresql(dot)org
Subject: arrays and references
Date: 2002-03-21 13:12:53
Message-ID: 265693627.1016719973@andromede.reaumur.absolight.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

--
Mathieu Arnold

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Travis Bauer 2002-03-21 13:25:02 Re: arrays and references
Previous Message Mike Mascari 2002-03-21 12:14:17 Re: pg_hba.conf issue