Skip navigation
Summer House Santa Monica Home page Summer House Santa Monica Home page

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 :

Introduction Open Database Connectivity (ODBC) is a critical middleware API that allows applications like Microsoft Excel, Tableau, Power BI, and custom software to communicate with databases. If you need to connect a Windows, Linux, or macOS application to a PostgreSQL database, the PostgreSQL ODBC driver (also known as psqlODBC ) is the essential bridge.

[my_pg_db] Driver = PostgreSQL Server = 127.0.0.1 Port = 5432 Database = mydb UserName = myuser Password = mypass Choose the right driver version for your PostgreSQL server:

We use cookies to provide the best experience on our website. By continuing to use our site you agree to our updated Privacy Policy and Terms of Use.

Manage Consent Preferences