Remove unneeded left joins from psql - Mailing list pgsql-patches

From Greg Sabino Mullane
Subject Remove unneeded left joins from psql
Date
Msg-id 1113274812.3691.2.camel@localhost.localdomain
Whole thread Raw
Responses Re: Remove unneeded left joins from psql
List pgsql-patches
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


In response to Bruce's recent question, and remembering the recent
scolding received about removing a "LEFT" from an unrelated patch :),
here's a patch that does that and nothing more: removes all
unnecessary left joins from psql. Done in the theory that we often
point people to psql -E, so our queries there should be as correct
as possible: if the joining column is not null, then we don't need
a left join.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200504112254
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFCWzjVvJuQZxSWSsgRAkwLAKDRMAV3GK/mYEMYEkP4SGC6CWqGNgCg1yIf
oQf+YvYkHJRK1WDz11Hw1Oc=
=oZDp
-----END PGP SIGNATURE-----


Attachment

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: OS Locale UTF-8
Next
From: "Greg Sabino Mullane"
Date:
Subject: Not to to confusing