From: Bruce Momjian Date: Thu, 14 May 2015 21:37:53 +0000 (-0400) Subject: doc: list bigint as mapping to int8 and int64 X-Git-Tag: REL9_5_ALPHA1~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=333a870f94ac23f29befa346324f9dab7f3265e9;p=postgresql doc: list bigint as mapping to int8 and int64 Report by Paul Jungwirth --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 9de7ccc258..9c15950ccd 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1954,6 +1954,11 @@ memcpy(destination->data, buffer, 40); AbsoluteTime utils/nabstime.h + + bigint (int8) + int64 + postgres.h + boolean bool