projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767fc1c
)
Fix documentation about size of interval type.
author
Tom Lane
Thu, 3 Apr 2014 15:05:55 +0000
(11:05 -0400)
committer
Tom Lane
Thu, 3 Apr 2014 15:05:55 +0000
(11:05 -0400)
It's been 16 bytes, not 12, for ages. This was fixed in passing in HEAD
(commit
146604ec
), but as a factual error it should have been back-patched.
Per gripe from Tatsuhito Kasahara.
doc/src/sgml/datatype.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/datatype.sgml
b/doc/src/sgml/datatype.sgml
index 2e74dbf94e3d70f5812660ecbba5373031256fcc..529d4920350813f4120e3e8c894ba9ece7f19aba 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1587,7
+1587,7
@@
SELECT E'\\xDEADBEEF';
interval [
fields
] [ (
p
) ]
-
1
2
bytes
+
1
6
bytes
time interval
-178000000 years
178000000 years