Re: inner join - Mailing list pgsql-novice

From GH
Subject Re: inner join
Date
Msg-id 20001205184557.D80668@over-yonder.net
Whole thread Raw
In response to Re: inner join  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
On Tue, Dec 05, 2000 at 03:21:02PM -0500, some SMTP stream spewed forth:
> "Romina N. Tulisi" <romina@spcom.com.ar> writes:
> > I've been trying to do a natural inner join with postgresql. However,
> > when I try to do that I loose my connection to the database.
>
> The "inner join" syntax support in 7.0 is really just beta-quality
> code; it's got a few bugs.  I'd suggest writing the query without
> using inner join syntax, ie plain old
>     SELECT ... FROM a,b WHERE a.x = b.x;

What are the reasons (other than useability ;-)) for using one rather
than the other?

Thanks.

gh

>
> JOIN syntax will work a lot better in 7.1.
>
>             regards, tom lane

pgsql-novice by date:

Previous
From: "Joel Burton"
Date:
Subject: Re: running totals
Next
From: Sandeep Joshi
Date:
Subject: PQfinish