Be a little more consistent about which terms are uppercased in
authorTom Lane
Fri, 26 Dec 2003 21:30:48 +0000 (21:30 +0000)
committerTom Lane
Fri, 26 Dec 2003 21:30:48 +0000 (21:30 +0000)
index entries.

doc/src/sgml/func.sgml

index c7c0f23c8faf33d4e4f0c80fda3f7c4838101561..259928e173dc2c8d0ef1eb41d374e090d0065fb0 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -258,7 +258,7 @@ PostgreSQL documentation
 
    
     
-     between
+     BETWEEN
     
     In addition to the comparison operators, the special
     BETWEEN construct is available.BETWEEN
@@ -6476,7 +6476,7 @@ SELECT COALESCE(description, short_description, '(none)') ...
    <literal>NULLIF</>
 
   
-   nullif
+   NULLIF
   
 
 
@@ -8025,23 +8025,23 @@ SELECT col1 FROM tab1
   Row and Array Comparisons
 
   
-   in
+   IN
   
 
   
-   not in
+   NOT IN
   
 
   
-   any
+   ANY
   
 
   
-   all
+   ALL
   
 
   
-   some
+   SOME