Package: postgresql-11-pgmp Source: postgresql-pgmp Version: 1.0.5-3.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 388 Depends: postgresql-11, postgresql-11-jit-llvm (>= 10), libc6 (>= 2.14), libgmp10 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.5-3.pgdg20.04+1_amd64.deb Size: 110088 SHA256: 52d3fea9b47b4d36280513134de0ef6ebddf80da994fbede15df0a22d90472b4 SHA1: 02e9704df928004227d0f313e7e9256635a79a9c MD5sum: 61e18a6840e63bb2ee43bd4cdc7db2ad Description: arbitrary precision integers and rationals for PostgreSQL 11 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.