Minor docs wordsmithing.
authorTom Lane
Fri, 7 Jun 2013 04:08:02 +0000 (00:08 -0400)
committerTom Lane
Fri, 7 Jun 2013 04:08:02 +0000 (00:08 -0400)
Swap the order of a couple of phrases to clarify what the adjective
"subsequent" applies to.

Joshua Tolley

doc/src/sgml/ref/select.sgml

index 213ea096119a86afb0b8910f4bb2fb0cb59d1810..68309ba94da8a6aaa841ec5e3ae7f8b9819464a3 100644 (file)
@@ -654,8 +654,8 @@ HAVING condition
 WINDOW window_name AS ( window_definition ) [, ...]
 
     where window_name is
-    a name that can be referenced from subsequent window definitions or
-    OVER clauses, and
+    a name that can be referenced from OVER clauses or
+    subsequent window definitions, and
     window_definition is
 
 [ existing_window_name ]