projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
003a31a
)
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:06:17 +0000
(11:06 -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 04a95dc6aa12ef1c6d73094ed57fad28aae80300..12e99869bbde584ca9e1eb1bc49848f1b7331ae5 100644
(file)
--- a/
doc/src/sgml/datatype.sgml
+++ b/
doc/src/sgml/datatype.sgml
@@
-1597,7
+1597,7
@@
SELECT E'\\xDEADBEEF';
interval [
fields
] [ (
p
) ]
-
1
2
bytes
+
1
6
bytes
time interval
-178000000 years
178000000 years