Re: Documentation missing bigint?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Documentation missing bigint?
Дата
Msg-id 20150514213829.GI23739@momjian.us
обсуждение исходный текст
Ответ на Documentation missing bigint?  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Список 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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: client_min_messages documentation typo
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade failing from 9.3 to 9.4 because "template0" already exists