Re: Improved PostgreSQL Mathematics Support.

Поиск
Список
Период
Сортировка
От Private Information Retrieval(PIR)
Тема Re: Improved PostgreSQL Mathematics Support.
Дата
Msg-id JUIWkyPdVRi_6RSJO3Sw3gz3XJcQHgtcJPwDKjrXLY4pXkvIAZ1F3uEW3Pw7kN1PjcCsv-z98TXFpd9Ix0xU6T9NeZiS7BhgqOpAFxuil1w=@pm.me
обсуждение исходный текст
Ответ на Improved PostgreSQL Mathematics Support.  (A Z <poweruserm@live.com.au>)
Список 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 по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Improved PostgreSQL Mathematics Support.
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Release 14 Schedule