Documentation missing bigint? - Mailing list pgsql-general

From Paul Jungwirth
Subject Documentation missing bigint?
Date
Msg-id CA+6hpamPmz6AJ1QH1eUvtJqNQwmpZSr=JZ93QRytpWXPUiu8DA@mail.gmail.com
Whole thread Raw
Responses Re: Documentation missing bigint?
Re: Documentation missing bigint?
List pgsql-general
Hello,

The table of which C types represent which SQL types seems to be missing bigint:

http://www.postgresql.org/docs/9.3/static/xfunc-c.html#XFUNC-C-TYPE-TABLE

It looks like bigint should be listed and should correspond to an
int64 C type. Also I see there is an INT8OID, PG_GETARG_INT64,
DatumGetInt64, and Int64GetDatum---I think all for bigints. Does that
sound right? If so, would you like a documentation patch?

Thanks,
Paul


--
_________________________________
Pulchritudo splendor veritatis.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Out of memory condition
Next
From: Carlos Henrique Reimer
Date:
Subject: Re: Out of memory condition