Move ALL out of UNION|INTERSECT|EXCEPT syntax.
authorBruce Momjian
Tue, 23 Oct 2001 16:42:36 +0000 (16:42 +0000)
committerBruce Momjian
Tue, 23 Oct 2001 16:42:36 +0000 (16:42 +0000)
Alvaro Herrera

doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select_into.sgml
doc/src/sgml/sql.sgml

index 93a491a3286edb9c4cb4943368e164fc28a63d3f..7765af05d14ccdd8551a4dde410bcddb37844f83 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -26,7 +26,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression
     [ WHERE condition ]
     [ GROUP BY expression [, ...] ]
     [ HAVING condition [, ...] ]
-    [ { UNION | INTERSECT | EXCEPT [ ALL ] } select ]
+    [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]
     [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]
     [ FOR UPDATE [ OF tablename [, ...] ] ]
     [ LIMIT { count | ALL } ]
index b9f1a3fe069577dc8f4286a79881b7576b529240..99c44024c843b1f6de6f14c111ca533aee90af99 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -29,7 +29,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression
     [ WHERE condition ]
     [ GROUP BY expression [, ...] ]
     [ HAVING condition [, ...] ]
-    [ { UNION | INTERSECT | EXCEPT [ ALL ] } select ]
+    [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]
     [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]
     [ FOR UPDATE [ OF tablename [, ...] ] ]
     [ LIMIT [ start , ] { count | ALL } ]
index 8ea411f36f0ca257024a147d5f7548d7c75f9a08..df2546fa084da91fcc7de8870121106f24755436 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -861,7 +861,7 @@ SELECT [ ALL | DISTINCT [ ON ( expression
     [ WHERE condition ]
     [ GROUP BY expression [, ...] ]
     [ HAVING condition [, ...] ]
-    [ { UNION | INTERSECT | EXCEPT [ ALL ] } select ]
+    [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]
     [ ORDER BY expression [ ASC | DESC | USING operator ] [, ...] ]
     [ FOR UPDATE [ OF class_name [, ...] ] ]
     [ LIMIT { count | ALL } ]