aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-12-29 18:23:53 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-12-29 18:23:53 +0000
commit2c38b8c71559f6c5c45de39f890357fc99d49d11 (patch)
tree161575db124dab0e9ec0179a138191996e099600
parentbdfde2b39072c6e4001ecf9b77f060e6284f7d4e (diff)
downloadpostgresql-2c38b8c71559f6c5c45de39f890357fc99d49d11.tar.gz
postgresql-2c38b8c71559f6c5c45de39f890357fc99d49d11.zip
Fix thinko in documentation of default window frame behavior,
per Hitoshi Harada.
-rw-r--r--doc/src/sgml/ref/select.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index c9a386f24f3..3a4e718fbf5 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -1,5 +1,5 @@
<!--
-$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
-->
@@ -1458,7 +1458,7 @@ SELECT distributors.* WHERE distributors.name = 'Westward';
in window definitions. <productname>PostgreSQL</productname> does
not yet implement framing clauses, and always follows the
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>
</refsect2>