psqlodbc

PostgreSQL ODBC driver for database connectivity

brewmacoslinux
Try with needOr install directly
Source

About

Official PostgreSQL ODBC driver

Commands

psqlodbc

Examples

Configure ODBC data source with PostgreSQL connection$ odbcinst -i -d -f /usr/local/etc/odbcinst.ini
Test PostgreSQL ODBC connection using isql$ isql -v PostgreSQL_DSN username password
List installed ODBC drivers including psqlodbc$ odbcinst -q -d