odbcinst.ini 545 B

123456789101112131415161718192021
  1. [ODBC]
  2. Trace=0
  3. Debug=0
  4. Pooling=0
  5. [ODBC Drivers]
  6. PostgreSQL = Installed
  7. ;
  8. ; odbcinst.ini
  9. ;
  10. [PostgreSQL]
  11. Description=ODBC for PostgreSQL
  12. ; WARNING: The old psql odbc driver psqlodbc.so is now renamed psqlodbcw.so
  13. ; in version 08.x. Note that the library can also be installed under an other
  14. ; path than /usr/local/lib/ following your installation.
  15. ; This is the standard location used by apt-get install -y unixodbc
  16. Driver = /usr/lib/x86_64-linux-gnu/odbc/psqlodbcw.so
  17. ;Driver =/usr/local/pgsqlodbc/lib/psqlodbcw.so
  18. Threading = 0
  19. CPTimeout = 0