Postgresql Odbc !!link!! Download Page
| Driver Version | PostgreSQL Server Version | OS Support | |----------------|--------------------------|-----------------------| | 16.00.0000 | 12.x - 17.x | Win/Linux/macOS | | 13.02.0000 | 10.x - 15.x | Win/Linux/macOS | | 12.01.0000 | 9.6.x - 14.x | Win/Linux (Legacy) | | 09.06.0410 | 8.4.x - 9.6.x | Windows XP/7 (Legacy) | Always use the Unicode version of the driver unless you are working with legacy ANSI-only applications. Common Download Mistakes & Fixes | Mistake | Solution | |---------|----------| | Downloading from a third-party "driver download" site | Only use postgresql.org or GitHub | | Installing 32-bit driver for a 64-bit app | Uninstall and get the -x64 MSI | | Forgetting to set SSL Mode | Many modern PostgreSQL servers require require or verify-full | | Driver not appearing in ODBC admin | Run odbcad32.exe (not the 64-bit one) if your app is 32-bit | Verifying Your Download (Checksums) To ensure file integrity (Windows), use PowerShell:
sudo yum install postgresql-odbc
[PostgreSQL] Description = PostgreSQL ODBC driver Driver = /usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so Setup = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so Driver64 = /usr/lib/x86_64-linux-gnu/odbc/psqlodbca.so Setup64 = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so FileUsage = 1 Then create a DSN in /etc/odbc.ini : postgresql odbc download