Avoid ambiguity, as per suggestion from Peter Stricker.
authorTom Lane
Mon, 30 Aug 2004 21:29:12 +0000 (21:29 +0000)
committerTom Lane
Mon, 30 Aug 2004 21:29:12 +0000 (21:29 +0000)
doc/src/sgml/query.sgml

index 7e7ad49492d672ab40ce4c0b32f5dc7dc6576c60..245284346d5f7bba71a85b0728179b4923c3eb93 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -329,7 +329,7 @@ SELECT city, (temp_hi+temp_lo)/2 AS temp_avg, date FROM weather;
 (3 rows)
 
     Notice how the AS clause is used to relabel the
-    output column.  (It is optional.)
+    output column.  (The AS clause is optional.)