Re: joins?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gregory Wood" <gregw(at)com-stock(dot)com>
Cc: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: joins?
Date: 2002-03-07 04:38:38
Message-ID: 2308.1015475918@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Gregory Wood" <gregw(at)com-stock(dot)com> writes:
> I'm not sure if you can combine natural and inner joins... perhaps someone
> who uses natural joins could care to elaborate?

Sure you can. NATURAL JOIN is just a shorthand for an inner join on
matching column names.

regards, tom lane

In response to

  • Re: joins? at 2002-03-06 22:03:13 from Gregory Wood

Browse pgsql-general by date

  From Date Subject
Next Message Carlo Florendo 2002-03-07 04:42:10 Re: CPU Pegged Very High
Previous Message Hunter Hillegas 2002-03-07 04:29:43 Re: PostgreSQL Max Connections