Odbc Postgres Driver
To connect, you must define a Data Source Name (DSN). There are two types:
isql -v postgresql://username:password@host:port/dbname odbc postgres driver
DSNs simplify connection management by storing parameters in a central location. To connect, you must define a Data Source Name (DSN)
+---------------------------------------+ | Connected! | | sql-statement | | help [tablename] | | quit | +---------------------------------------+ SQL> odbc postgres driver