projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdfde2b
)
Fix thinko in documentation of default window frame behavior,
author
Tom Lane
Mon, 29 Dec 2008 18:23:53 +0000
(18:23 +0000)
committer
Tom Lane
Mon, 29 Dec 2008 18:23:53 +0000
(18:23 +0000)
per Hitoshi Harada.
doc/src/sgml/ref/select.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/select.sgml
b/doc/src/sgml/ref/select.sgml
index c9a386f24f363974b1631246a2c81a0e92bf2b13..3a4e718fbf57564712c660e7823f6ba61b0d361f 100644
(file)
--- a/
doc/src/sgml/ref/select.sgml
+++ b/
doc/src/sgml/ref/select.sgml
@@
-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
-
R
OWS
BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW>.
+
R
ANGE
BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW>.