Odbc - Postgres Driver !!exclusive!!
sudo dnf install postgresql-odbc
| Driver Version | PostgreSQL Versions | ODBC Standard | |----------------|---------------------|---------------| | 9.x | 8.4 - 11 | 3.5 | | 10.x | 9.x - 13 | 3.5 | | 11.x | 10 - 14 | 3.5 | | 12.x | 11 - 15+ | 3.5 | | 13.x | 12 - 16+ | 3.5 | odbc postgres driver
On Linux/macOS, edit ~/.odbc.ini (user DSN) or /etc/odbc.ini (system DSN): sudo dnf install postgresql-odbc | Driver Version |
isql -v MyPostgresDB postgres secret
After installation, verify the driver configuration in /etc/odbcinst.ini : odbc postgres driver
For the latest driver releases and documentation, visit the official psqlODBC page at https://odbc.postgresql.org .
The PostgreSQL ODBC driver (formally known as psqlODBC ) implements the ODBC 3.5x specification, translating ODBC function calls into PostgreSQL-compatible queries and protocol requests. It supports both 32-bit and 64-bit environments across Windows, Linux, and macOS.