Raw Package Information

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0006-1.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1391
Depends: odbcinst, libc6 (>= 2.16), libpq5 (>= 9.2~beta3), odbcinst1debian2 (>= 2.3.1)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0006-1.pgdg20.04+1_amd64.deb
Size: 403464
SHA256: 276842176f26115e1353a5f0d9ec97e5fca669bf903c0482127c29a8520d4145
SHA1: 5739138972265bfab20404d709ea96a2a5368faf
MD5sum: 2734970c248870d009a6d8224bdec896
Description: ODBC driver for PostgreSQL
 This package provides a driver that allows ODBC-enabled applications to
 access PostgreSQL databases.  ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner
 that is relatively independent of the particular database management
 system.
 .
 You need to install this package if you want to use an application that
 provides database access through ODBC and you want that application to
 access a PostgreSQL database.  This package would need to be installed
 on the same machine as that client application; the PostgreSQL database
 server can be on a different machine and does not need any additional
 software to accept ODBC clients.
 .
 If you want to write software that can access a database through the
 ODBC abstraction layer, you need to install the unixODBC driver manager
 development package unixodbc-dev, and possibly additional packages for
 language bindings.  This driver package is only used at run time.