Re: Documentation missing bigint?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Documentation missing bigint?
Date: 2015-05-14 21:38:29
Message-ID: 20150514213829.GI23739@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Dec 11, 2014 at 12:03:56PM -0800, Paul Jungwirth wrote:
> 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?

Applied doc patch attached. Thanks for the report.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

Attachment Content-Type Size
bigint.diff text/x-diff 734 bytes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2015-05-15 04:06:34 Re: pg_upgrade failing from 9.3 to 9.4 because "template0" already exists
Previous Message Bruce Momjian 2015-05-14 20:31:58 Re: client_min_messages documentation typo