Documentation missing bigint?

Поиск
Список
Период
Сортировка
От Paul Jungwirth
Тема Documentation missing bigint?
Дата
Msg-id CA+6hpamPmz6AJ1QH1eUvtJqNQwmpZSr=JZ93QRytpWXPUiu8DA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Documentation missing bigint?
Re: Documentation missing bigint?
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Out of memory condition
Следующее
От: Carlos Henrique Reimer
Дата:
Сообщение: Re: Out of memory condition