8000 Fix documentation about size of interval type. · larkly/postgres-docker@1bd1ba8 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/sessions-1e75b15ae60a.js">

Commit 1bd1ba8

Browse files
committed
Fix documentation about size of interval type.
It's been 16 bytes, not 12, for ages. This was fixed in passing in HEAD (commit 146604e), but as a factual error it should have been back-patched. Per gripe from Tatsuhito Kasahara.
1 parent 563e820 commit 1bd1ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ SELECT b, char_length(b) FROM test2;
14601460
</row>
14611461
<row>
14621462
<entry><type>interval [ <replaceable>fields</replaceable> ] [ (<replaceable>p</replaceable>) ]</type></entry>
1463-
<entry>12 bytes</entry>
1463+
<entry>16 bytes</entry>
14641464
<entry>time interval</entry>
14651465
<entry>-178000000 years</entry>
14661466
<entry>178000000 years</entry>

0 commit comments

Comments
 (0)
0