arrays and references - Mailing list pgsql-general

From Mathieu Arnold
Subject arrays and references
Date
Msg-id 265693627.1016719973@andromede.reaumur.absolight.net
Whole thread Raw
Responses Re: arrays and references  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List 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

pgsql-general by date:

Previous
From: Mike Mascari
Date:
Subject: Re: pg_hba.conf issue
Next
From: Travis Bauer
Date:
Subject: Re: arrays and references