Package: postgresql-9.6-pgmp Source: postgresql-pgmp Version: 1.0.4-4.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 184 Depends: postgresql-9.6, libc6 (>= 2.14), libgmp10 Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-9.6-pgmp_1.0.4-4.pgdg20.04+1_amd64.deb Size: 46004 SHA256: 3d5787c06ee7cb6c3bd692585b3caf6780795bbaa14989aa8f166fdc76c82215 SHA1: 3b105d1d708a5202ef31d707c5cc0e9f14f0bfdd MD5sum: a96d20df03af3da23f15b560fa396db5 Description: arbitrary precision integers and rationals for PostgreSQL 9.6 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.