Commit 2c38b8c7 authored by Tom Lane's avatar Tom Lane

Fix thinko in documentation of default window frame behavior,

per Hitoshi Harada.
parent bdfde2b3
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.113 2008/12/28 18:53:54 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.114 2008/12/29 18:23:53 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -1458,7 +1458,7 @@ SELECT distributors.* WHERE distributors.name = 'Westward'; ...@@ -1458,7 +1458,7 @@ SELECT distributors.* WHERE distributors.name = 'Westward';
in window definitions. <productname>PostgreSQL</productname> does in window definitions. <productname>PostgreSQL</productname> does
not yet implement framing clauses, and always follows the not yet implement framing clauses, and always follows the
default framing behavior, which is equivalent to the framing clause default framing behavior, which is equivalent to the framing clause
<literal>ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW</>. <literal>RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW</>.
</para> </para>
</refsect2> </refsect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment