Re: [SQL] Outer Joins, Foreign keys, subselects

From: Jens Glaser <jens(at)helena(dot)jens(dot)de>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Outer Joins, Foreign keys, subselects
Date: 1999-07-31 13:56:47
Message-ID: Pine.LNX.4.05.9907311354520.675-100000@helena.jens.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

On Tue, 27 Jul 1999, Bruce Momjian wrote:
> We have subselects, and plan to add outer joins and foreign keys in 6.6.

well, but AFAIK not of the form e.g.

select blabla from (select * from asdasd ..) t1,
(select * from bsdfsd ..) t2, where t1.pkey=t2.pkey
..

(subselects in the target list). SCR!

Regards,

--
Jens Glaser Am Holderstrauch 13, 36041 Fulda, 0661/9429507 jens(at)jens(dot)de

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-07-31 15:58:30 Re: [SQL] Outer Joins, Foreign keys, subselects
Previous Message Tom Lane 1999-07-30 20:10:40 MVCC and concurrent clients