psqlodbc 1:13.02.0000-2build1 source package in Ubuntu
Changelog
psqlodbc (1:13.02.0000-2build1) lunar; urgency=medium * No change rebuild for PostgreSQL 15 -- Athos Ribeiro <email address hidden> Wed, 18 Jan 2023 13:51:12 -0300
Upload details
- Uploaded by:
- Athos Ribeiro
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
psqlodbc_13.02.0000.orig.tar.gz | 922.2 KiB | b39b7e5c41fd6475c551112fa724bf57c4a446175ec4188a90e2844cc1612585 |
psqlodbc_13.02.0000-2build1.debian.tar.xz | 9.2 KiB | 8c04520d621aa47a2df600dfef58433b37bf18e1df5be812e854de02cd882256 |
psqlodbc_13.02.0000-2build1.dsc | 2.3 KiB | 4d7482e6f6c9809cbe4a7109795053e9d4073cfc5f8f123adacd5aca91041fa1 |
Available diffs
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