Re: About referential integrity. - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: About referential integrity.
Date
Msg-id 20020226115027.T93006-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: About referential integrity.  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-sql
> > As of PostgreSQL, I don't think it would be a hard thing to put
> > on, since the
> > relations are stored in a system table, including the fields the
> > tables are
> > linked by. A sort of syntax :
> >
> > select *
> > from AUTO JOIN t1, t2;
>
> How is this different from:
>
> select *
> from t1 NATURAL JOIN t2;
>
> ???

I think he still wants it to work even if the columns aren't named
the same.  In any case, this isn't likely to be reasonable
right now due to the format of that information in the system
tables.



pgsql-sql by date:

Previous
From: Frank Bax
Date:
Subject: Re: [CHALLANGE] Add seconds to a date
Next
From: "Josh Berkus"
Date:
Subject: Re: About referential integrity.