Skip to content

Commit 58855fb

Browse files
committed
Minor docs wordsmithing.
Swap the order of a couple of phrases to clarify what the adjective "subsequent" applies to. Joshua Tolley
1 parent 7e775be commit 58855fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ HAVING <replaceable class="parameter">condition</replaceable>
601601
WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceable class="parameter">window_definition</replaceable> ) [, ...]
602602
</synopsis>
603603
where <replaceable class="parameter">window_name</replaceable> is
604-
a name that can be referenced from subsequent window definitions or
605-
<literal>OVER</> clauses, and
604+
a name that can be referenced from <literal>OVER</> clauses or
605+
subsequent window definitions, and
606606
<replaceable class="parameter">window_definition</replaceable> is
607607
<synopsis>
608608
[ <replaceable class="parameter">existing_window_name</replaceable> ]

0 commit comments

Comments
 (0)