diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-05-14 17:37:53 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-05-14 17:37:59 -0400 |
commit | 333a870f94ac23f29befa346324f9dab7f3265e9 (patch) | |
tree | a21015a46fd560aeb3e9d5a27914d6d66b2b26c9 | |
parent | b22b770683806db0a1c0a52a4601a3b6755891e0 (diff) | |
download | postgresql-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.sgml | 5 |
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> |