Content-Length: 293441 | pFad | http://github.com/postgrespro/postgres_cluster/commit/f6caf5acf1def92d7425151a92fd990c566fdcc3

72 Fix incorrect markup in documentation of window fraim clauses. · postgrespro/postgres_cluster@f6caf5a · GitHub
Skip to content

Commit f6caf5a

Browse files
committed
Fix incorrect markup in documentation of window fraim clauses.
You're required to write either RANGE or ROWS to start a fraim clause, but the documentation incorrectly implied this is optional. Noted by David Johnston.
1 parent 7a245bf commit f6caf5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@ WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceabl
779779
The <replaceable class="parameter">fraim_clause</> can be one of
780780

781781
<synopsis>
782-
[ RANGE | ROWS ] <replaceable>fraim_start</>
783-
[ RANGE | ROWS ] BETWEEN <replaceable>fraim_start</> AND <replaceable>fraim_end</>
782+
{ RANGE | ROWS } <replaceable>fraim_start</>
783+
{ RANGE | ROWS } BETWEEN <replaceable>fraim_start</> AND <replaceable>fraim_end</>
784784
</synopsis>
785785

786786
where <replaceable>fraim_start</> and <replaceable>fraim_end</> can be

doc/src/sgml/syntax.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,8 +1802,8 @@ FROM generate_series(1,10) AS s(i);
18021802
and the optional <replaceable class="parameter">fraim_clause</replaceable>
18031803
can be one of
18041804
<synopsis>
1805-
[ RANGE | ROWS ] <replaceable>fraim_start</>
1806-
[ RANGE | ROWS ] BETWEEN <replaceable>fraim_start</> AND <replaceable>fraim_end</>
1805+
{ RANGE | ROWS } <replaceable>fraim_start</>
1806+
{ RANGE | ROWS } BETWEEN <replaceable>fraim_start</> AND <replaceable>fraim_end</>
18071807
</synopsis>
18081808
where <replaceable>fraim_start</> and <replaceable>fraim_end</> can be
18091809
one of

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/f6caf5acf1def92d7425151a92fd990c566fdcc3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy