Remove unneeded left joins from psql

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Remove unneeded left joins from psql
Дата
Msg-id 1113274812.3691.2.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Remove unneeded left joins from psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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-----


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: OS Locale UTF-8
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Not to to confusing