Download Odbc Driver For Postgresql |link| May 2026
sudo apt update sudo apt install odbc-postgresql
sudo yum install postgresql-odbc # or on newer Fedora/RHEL with dnf: sudo dnf install postgresql-odbc download odbc driver for postgresql
[MyPostgresDB] Driver = PostgreSQL Description = My PostgreSQL database Server = localhost Port = 5432 Database = mydb UserName = myuser Password = mypass Test with isql MyPostgresDB . Windows (Command Prompt) sqlcmd -S "MyPostgresDB" -Q "SELECT version();" Or use Excel : Data → Get Data → From Other Sources → From ODBC → Choose DSN. macOS/Linux isql -v MyPostgresDB Then run a query: sudo apt update sudo apt install odbc-postgresql sudo