Update example of partially constraining join order to use a subselect

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a276392e5223a9cdb3160ecde8e4baa43e45cd66
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-02-19T00:24:30Z
Releases: 7.1.1
Update example of partially constraining join order to use a subselect
in FROM instead of an auxiliary view.  We didn't have subselect-in-FROM
when I wrote this originally...

Files

PathChange+/−
doc/src/sgml/perform.sgml modified +6 −5