From: Peter Eisentraut Date: Thu, 8 Nov 2001 23:40:40 +0000 (+0000) Subject: Move the indexterms around so they don't affect formatting X-Git-Tag: REL7_2_BETA3~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ede8724010983fdae05425b3acc33b0e9fb7f974;p=thirdparty%2Fpostgresql.git Move the indexterms around so they don't affect formatting --- diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index e3f1730701b..0cbbfc12d15 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -1,4 +1,4 @@ - + Queries @@ -118,11 +118,12 @@ FROM table_reference , table_r CROSS JOIN + + joins + cross + + - - joins - cross - T1 CROSS JOIN T2 @@ -151,13 +152,13 @@ FROM table_reference , table_r Qualified joins - - - joins - outer - + + joins + outer + + T1 { INNER | { LEFT | RIGHT | FULL } OUTER } JOIN T2 ON boolean_expression T1 { INNER | { LEFT | RIGHT | FULL } OUTER } JOIN T2 USING ( join column list ) @@ -229,12 +230,12 @@ FROM table_reference , table_r LEFT OUTER JOIN - - - joins - left - + + joins + left + + First, an INNER JOIN is performed. Then, for each row in T1 that does not satisfy the join condition with any row in