Package: postgresql-10-pgmp Source: postgresql-pgmp Version: 1.0.5-5.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 180 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.5-5.pgdg22.04+1_amd64.deb Size: 46280 SHA512: 43cff2c09dd3c64aecdfecf6c1f45061deeae4a8dfff28713d3816c87dce32244625590437e4bbf010e740d2fc168eb82fbc30362a8e468728e0f25d32afc9a9 SHA256: bee9e90d7fe16fc1e9d609b110f5f119fe8f073fc097fcf880d7c08906d280e6 SHA1: bf9616bc66e13b164f16e8dc103354800cbf443d MD5sum: 7d4004960d3f45fc893848eaf1f03edc 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.