diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-06-07 00:08:02 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-06-07 00:08:53 -0400 |
| commit | c9d9a220a3e66988397ba4cce8c8d229ca55fadf (patch) | |
| tree | ba691c4c2137ff423ed815285194aaaa42363218 /doc/src/sgml/ref | |
| parent | 62bcc1ce493fec5e9b23ba6db7e31398fde90bf2 (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/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/select.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 0297415bdc6..86709289c46 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -573,8 +573,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> ] |
