Documentation missing bigint?

From: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Documentation missing bigint?
Date: 2014-12-11 20:03:56
Message-ID: CA+6hpamPmz6AJ1QH1eUvtJqNQwmpZSr=JZ93QRytpWXPUiu8DA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Henrique Reimer 2014-12-11 20:23:28 Re: Out of memory condition
Previous Message Tom Lane 2014-12-11 20:01:30 Re: Out of memory condition