psqlodbc 1:13.02.0000-1 source package in Ubuntu

Changelog

psqlodbc (1:13.02.0000-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <email address hidden>  Wed, 29 Sep 2021 12:09:13 +0200

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
psqlodbc_13.02.0000-1.dsc 2.1 KiB 2ec52f288acb72a392d548bd5fd1d5f414cc954babf0954d6d8f7453e0b27fa8
psqlodbc_13.02.0000.orig.tar.gz 922.2 KiB b39b7e5c41fd6475c551112fa724bf57c4a446175ec4188a90e2844cc1612585
psqlodbc_13.02.0000-1.debian.tar.xz 9.1 KiB 41011a44b01ab98f8b59780374f964ff9d2a79b172449fe618611e052aabd353

Available diffs

No changes file available.

Binary packages built by this source

odbc-postgresql: 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.

odbc-postgresql-dbgsym: debug symbols for odbc-postgresql