Package: postgresql-10-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 184 Depends: postgresql-10, 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-10-pgmp_1.0.6-1.pgdg26.04+1_amd64.deb Size: 45580 SHA512: f0c0855b16ecfd34010a984a888113c22e4d1e1c805f7c808b28580b2f9392bdd36659ebb503182f92414e2e2825174903f9f5b9a5d975f976001f62824f0100 SHA256: 8fdb3ae4a5697f68f15be98650817cd1d53b4b067f760ace372a3bcbc6bb387a SHA1: 575fe78c25c2fbc1c2c28c24695ddb7a09b7aca6 MD5sum: f46a04bac83f6223739dcd81184b7741 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.