aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-05-14 17:37:53 -0400
committerBruce Momjian <bruce@momjian.us>2015-05-14 17:37:59 -0400
commit333a870f94ac23f29befa346324f9dab7f3265e9 (patch)
treea21015a46fd560aeb3e9d5a27914d6d66b2b26c9
parentb22b770683806db0a1c0a52a4601a3b6755891e0 (diff)
downloadpostgresql-333a870f94ac23f29befa346324f9dab7f3265e9.tar.gz
postgresql-333a870f94ac23f29befa346324f9dab7f3265e9.zip
doc: list bigint as mapping to int8 and int64
Report by Paul Jungwirth
-rw-r--r--doc/src/sgml/xfunc.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml
index 9de7ccc2582..9c15950ccda 100644
--- a/doc/src/sgml/xfunc.sgml
+++ b/doc/src/sgml/xfunc.sgml
@@ -1955,6 +1955,11 @@ memcpy(destination->data, buffer, 40);
<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>
<entry><filename>postgres.h</filename> (maybe compiler built-in)</entry>