Package: postgresql-10-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 184 Depends: postgresql-10, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 46852 SHA512: d4951aea360354f64614963d798e9372254f53bafa6dd539363c2d6ac14f9f81c9deff616662609961883dfb346c1f70ad92ab4c3c578eb06276bde889721c60 SHA256: 794509865f1a72746aed3fda8a434a7c01778c8bb03bef825aff31dbfd9f8b29 SHA1: 3fc12d6228bbb7899cd647533eed5e26c6b99ff9 MD5sum: 68f4085fbfc6ebb291749ec43cb85048 Description: arbitrary precision integers and rationals for PostgreSQL 10 pgmp is a PostgreSQL extension to add the GMP data types and functions directly into the database. . The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary precision rationals) to PostgreSQL and exposes to the database all the functions available in the GMP library for these data types, allowing: . * higher performance arithmetic on integers respect to the numeric data type * a rational data type for absolute precision storage and arithmetic * using specialized functions to deal with prime numbers, random numbers, factorization directly into the database.