doc: list bigint as mapping to int8 and int64

Report by Paul Jungwirth
This commit is contained in:
Bruce Momjian 2015-05-14 17:37:53 -04:00
parent b22b770683
commit 333a870f94

View File

@ -1954,6 +1954,11 @@ memcpy(destination->data, buffer, 40);
<entry><type>AbsoluteTime</type></entry>
<entry><filename>utils/nabstime.h</filename></entry>
</row>
<row>
<entry><type>bigint</type> (<type>int8</type>)</entry>
<entry><type>int64</type></entry>
<entry><filename>postgres.h</filename></entry>
</row>
<row>
<entry><type>boolean</type></entry>
<entry><type>bool</type></entry>