This page collects just some random, incomplete information about ODBC and PostgreSQL on Linux.
Tools
psql: Command line tool to access the Postgres server and databasesisql: Tool to manage ODBC- Run it like
isql -v <driver> <user> <password>) (e.g.isql -v PostgreSQL postgres postgres)
- Run it like
odbcinst: Information about ODBC installationodbc_config: Information about the ODBC configuration
Files
pg_hba.conf: Users and authentication for PostgreSQL- find location:
psql -t -P format=unaligned -c 'show hba_file';
- find location:
/etc/odbcinst.ini: Driver setup/etc/odbc.ini: DB/connection setup