summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2013-06-07 04:08:02 +0000
committerTom Lane2013-06-07 04:08:28 +0000
commit58855fbf105701cec8c5cbc65635447c00ccf711 (patch)
tree69ee06455462e8e50c889cf51ce2a0f46eea9ea3 /doc/src
parent7e775be6d2cd414fa26e026bed50a9a5f2cd4a4d (diff)
Minor docs wordsmithing.
Swap the order of a couple of phrases to clarify what the adjective "subsequent" applies to. Joshua Tolley
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/select.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index ad4f7a33936..eb42daae132 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -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> ]