|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.113 2008/12/28 18:53:54 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.114 2008/12/29 18:23:53 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -1458,7 +1458,7 @@ SELECT distributors.* WHERE distributors.name = 'Westward';
|
1458 | 1458 | in window definitions. <productname>PostgreSQL</productname> does
|
1459 | 1459 | not yet implement framing clauses, and always follows the
|
1460 | 1460 | default framing behavior, which is equivalent to the framing clause
|
1461 |
| - <literal>ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW</>. |
| 1461 | + <literal>RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW</>. |
1462 | 1462 | </para>
|
1463 | 1463 | </refsect2>
|
1464 | 1464 |
|
|