]> granicus.if.org Git - postgresql/commitdiff
Minor docs wordsmithing.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Jun 2013 04:08:02 +0000 (00:08 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 Jun 2013 04:08:28 +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 ad4f7a3393659349e561fd1377b6a69c0bea3d72..eb42daae132a6e3e664825483c12e8961b508d62 100644 (file)
@@ -601,8 +601,8 @@ HAVING <replaceable class="parameter">condition</replaceable>
 WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceable class="parameter">window_definition</replaceable> ) [, ...]
 </synopsis>
     where <replaceable class="parameter">window_name</replaceable> is
-    a name that can be referenced from subsequent window definitions or
-    <literal>OVER</> clauses, and
+    a name that can be referenced from <literal>OVER</> clauses or
+    subsequent window definitions, and
     <replaceable class="parameter">window_definition</replaceable> is
 <synopsis>
 [ <replaceable class="parameter">existing_window_name</replaceable> ]