]> granicus.if.org Git - postgresql/commitdiff
Fix thinko in documentation of default window frame behavior,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Dec 2008 18:23:53 +0000 (18:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 29 Dec 2008 18:23:53 +0000 (18:23 +0000)
per Hitoshi Harada.

doc/src/sgml/ref/select.sgml

index c9a386f24f363974b1631246a2c81a0e92bf2b13..3a4e718fbf57564712c660e7823f6ba61b0d361f 100644 (file)
@@ -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>