Join syntax and join order

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Join syntax and join order
Date: 2002-08-06 20:26:14
Message-ID: Pine.LNX.4.44.0208062222550.927-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Can we make the fact that the "explicit" inner join syntax also controls
the join order optional? It's pretty annoying, because that syntax is
supposed to be a convenience but with PostgreSQL it's a recipe to slow
down your applications.

--
Peter Eisentraut peter_e(at)gmx(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alan Stange 2002-08-06 20:40:01 excessive memcpy() calls?
Previous Message Greg Copeland 2002-08-06 19:09:20 Re: PITR, checkpoint, and local relations