Re: Documentation missing bigint?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>, pgsql-www(at)postgresql(dot)org
Subject: Re: Documentation missing bigint?
Date: 2014-12-18 22:18:49
Message-ID: 549352C9.9080709@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www


On 12/18/2014 02:07 PM, Paul Jungwirth wrote:
>
> Hello,
>
> I posted about this to pgsql last week, and I think this list is where
> I offer to submit a documentation patch? I found tons of instructions
> online about contributing to code, but none for docs, so I apologize
> if this is the wrong place to ask:
>
> 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? How do I submit one?

doc patches are considered patches like everything else, submit to -hackers.

JD

>
> Thanks,
> Paul
>
>
>

--
Command Prompt, Inc. - http://www.commandprompt.com/ 503-667-4564
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, @cmdpromptinc
"If we send our children to Caesar for their education, we should
not be surprised when they come back as Romans."

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Noah Misch 2014-12-19 06:53:44 Re: tracking commit timestamps
Previous Message Paul Jungwirth 2014-12-18 22:07:46 Documentation missing bigint?