Raw Package Information

Package: libpq5
Source: postgresql-18
Version: 18.1-1.pgdg22.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1192
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0~~alpha1)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.1-1.pgdg22.04+2_amd64.deb
Size: 246296
SHA256: 4ae11bafcf5cb972e53457c01de30bd4119e8ed280bced0c383aceecb06b4be8
SHA1: 2774da4eaa98b525a23b564ead2d65662151b3f5
MD5sum: b3937f55202aeb31ce75c3191dd9f791
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.