We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5c1b2f5 commitc6ce4c1Copy full SHA for c6ce4c1
doc/src/sgml/syntax.sgml
@@ -1794,9 +1794,10 @@ UNBOUNDED FOLLOWING
1794
window functions that act on the frame instead of the whole partition.
1795
The default framing option is <literal>RANGE UNBOUNDED PRECEDING</>,
1796
which is the same as <literal>RANGE BETWEEN UNBOUNDED PRECEDING AND
1797
- CURRENT ROW</>. This sets the frame to be all rows from the partition start
1798
- up through the current row's last peer as specified by <literal>ORDER BY</>,
1799
- or all partition rows if there is no <literal>ORDER BY</>.
+ CURRENT ROW</>. With <literal>ORDER BY</>, this sets the frame to
+ be all rows from partition start up through the current row's
+ last peer. Without <literal>ORDER BY</>, all partition rows are
1800
+ included in the window frame.
1801
</para>
1802
1803
<para>