Package: postgresql-11-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 184 Depends: postgresql-11, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 45712 SHA512: ee5bbc09d491aeb1f934c0cdceadb26cd4d6dc0e2a0588aa95b9cdecde14dab53a5fd7822847871ec2d12a85ad9159ef488606cb4d8193b08b92dc03383f0d3b SHA256: f284ee84b1e6cc179d348f3fffd33fddc6a0493e731d1b8f139c650c5ee3d642 SHA1: ff4a0bdff597aeb41d65c2ea20c8ad4c4a934597 MD5sum: a3250699961a4588d21439963abaa08b 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.