Fix thinko in documentation of default window frame behavior,
authorTom Lane
Mon, 29 Dec 2008 18:23:53 +0000 (18:23 +0000)
committerTom Lane
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 @@
 
 
@@ -1458,7 +1458,7 @@ SELECT distributors.* WHERE distributors.name = 'Westward';
     in window definitions.  PostgreSQL does
     not yet implement framing clauses, and always follows the
     default framing behavior, which is equivalent to the framing clause
-    ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW.
+    RANGE BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW.