8000 Minor docs wordsmithing. · sqlparser/postgres@c9d9a22 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9d9a22

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 62bcc1c commit c9d9a22

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
@@ -573,8 +573,8 @@ HAVING <replaceable class="parameter">condition</replaceable>
573573
WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceable class="parameter">window_definition</replaceable> ) [, ...]
574574
</synopsis>
575575
where <replaceable class="parameter">window_name</replaceable> is
576-
a name that can be referenced from subsequent window definitions or
577-
<literal>OVER</> clauses, and
576+
a name that can be referenced from <literal>OVER</> clauses or
577+
subsequent window definitions, and
578578
<replaceable class="parameter">window_definition</replaceable> is
579579
<synopsis>
580580
[ <replaceable class="parameter">existing_window_name</replaceable> ]

0 commit comments

Comments
 (0)
0