which sql syntax is better for joins on pgsql?

From: "fabrizio" <veramente(at)libero(dot)it>
To: pgsql-sql(at)postgresql(dot)org
Subject: which sql syntax is better for joins on pgsql?
Date: 2001-06-07 12:22:05
Message-ID: 9fnrgq$tvg$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all...one question..which sql syntax for joins will perform better on
pgsql..
something like xxx OUTER JOIN yyy or SELECT xxx,yyy FROM bbb,ccc WHERE
bbb.xxx = ccc.yyy ??
Are there any performance differences in executing these to queries in pg or
will they be the same in means of time and resources??
I'm asking this because i'm tranferring an access97 db to postgres and i am
using passthrough queries from access which are written as the first one i
listed..

Thanks to all!

Browse pgsql-sql by date

  From Date Subject
Next Message Jonathan Bartlett 2001-06-07 13:34:24 Re: maximum number of rows in table - what about oid limits?
Previous Message J.H.M. Dassen Ray 2001-06-07 11:55:15 Re: About i8n