Package: postgresql-11-pgmp Source: postgresql-pgmp Version: 1.0.5-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 373 Depends: postgresql-11, postgresql-11-jit-llvm (>= 14), 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-11-pgmp_1.0.5-2.pgdg22.04+1_amd64.deb Size: 110700 SHA256: 8389faaaee79e92c7e5244eab94b19a01689b76f2c24688defbb315ff3e824b7 SHA1: a0480878d6c2dc8a6353c573259db2b70ff73ea5 MD5sum: 905951e87a85b49643ecea4c3c4c8fba 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.