> On Wed, Dec 04, 2019 at 11:49:20AM +, Andrew Gierth wrote:
>
> > "Dmitry" == Dmitry Dolgov <9erthali...@gmail.com> writes:
>
> Dmitry> Hi,
>
> Dmitry> Probably a simple question, but I don't see a simple answer so
> Dmitry> far. In one extension I want to convert uint64 into a numeric
> "Dmitry" == Dmitry Dolgov <9erthali...@gmail.com> writes:
Dmitry> Hi,
Dmitry> Probably a simple question, but I don't see a simple answer so
Dmitry> far. In one extension I want to convert uint64 into a numeric
Dmitry> to put it eventually into a jsonb object. As far as I see in
Dmitry
Hi,
I don't think so, but there's an (unmaintained?) uint extension at
https://github.com/petere/pguint.git
On Wed, Dec 4, 2019 at 11:24 AM Dmitry Dolgov <9erthali...@gmail.com> wrote:
> Hi,
>
> Probably a simple question, but I don't see a simple answer so far. In
> one extension I want to con
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 dupl