Hi, Probably a simple question, but I don't see a simple answer so far. In one extension I want to convert uint64 into a numeric to put it eventually into a jsonb object. As far as I see in numeric.c there are functions only for signed int64. Is there a way to achive this with uint64 (without duplicating significant part of numeric implementation in the extension)?
- Unsigned 64 bit integer to numeric Dmitry Dolgov
- Re: Unsigned 64 bit integer to numeric didier
- Re: Unsigned 64 bit integer to numeric Andrew Gierth
- Re: Unsigned 64 bit integer to numeric Dmitry Dolgov