Package: postgresql-11-pgmp Source: postgresql-pgmp Version: 1.0.6-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 384 Depends: postgresql-11, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/dvarrazzo/pgmp Priority: optional Section: database Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.6-1.pgdg22.04+1_amd64.deb Size: 113580 SHA512: 3f7cf46f5b206488fc120ea780e8a79b783751eb8d5e5d910804370502dfbc7a5404f054708251c1e4ab66bbcf5e8358816ee75da9282ef10195073f3d2ad65c SHA256: b7bda730233cd1cedb128c6eb32228200a050e2441ca9a0259d356181d6db41f SHA1: 9e24ca6184491c401c7790e57af0099d45c4a100 MD5sum: 75ad0200f31228dcf6b1ef4dad4b8e9f 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.