mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 01:11:05 -05:00
Minor docs wordsmithing.
Swap the order of a couple of phrases to clarify what the adjective "subsequent" applies to. Joshua Tolley
This commit is contained in:
parent
3ebdf6c9f9
commit
ca6566612c
1 changed files with 2 additions and 2 deletions
|
|
@ -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> ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue