Re: Improved PostgreSQL Mathematics Support. - Mailing list pgsql-hackers

From Private Information Retrieval(PIR)
Subject Re: Improved PostgreSQL Mathematics Support.
Date
Msg-id JUIWkyPdVRi_6RSJO3Sw3gz3XJcQHgtcJPwDKjrXLY4pXkvIAZ1F3uEW3Pw7kN1PjcCsv-z98TXFpd9Ix0xU6T9NeZiS7BhgqOpAFxuil1w=@pm.me
Whole thread Raw
In response to Improved PostgreSQL Mathematics Support.  (A Z <poweruserm@live.com.au>)
List pgsql-hackers
Your request is essentially to wrap the GMP library into native types in Postgres. This can be done as custom types and adding postgres extensions as you suggested originally. The work to be done is straightforward, but there is a lot of work so it would take a awhile to implement. The big integer part is rather simple, while there is some work to be done there the fractional part will take significantly longer because reasons ( think testing edge cases), but it is doable if there is interest in implementing this.

-The MuchPIR Team


Sent with ProtonMail Secure Email.
 
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Sunday, September 19th, 2021 at 9:40 PM, A Z <poweruserm@live.com.au> wrote:
Dear PostgreSQL Hackers,

I have been trying to get a reply or interest in either updating
PostgreSQL to support High Precision mathematical types,
with arithmetic and elementary functions support, or release
of an Extension which has accomplished the same thing.

Is there someone on this email list which could please have a look
at the specifications that I have posted, and reply and get back to
me? I would be more than thrilled if something could be done
to improve PostgreSQL in this area.

Yours Sincerely,

Z.M.



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Improved PostgreSQL Mathematics Support.
Next
From: Amit Kapila
Date:
Subject: Re: Release 14 Schedule