Last active
August 29, 2015 14:16
-
-
Save chaslemley/a82dfc9f90b69756452d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[redshift] | |
Description = ODBC for Redshift | |
Driver = PostgreSQL | |
Database = dbname | |
Servername = servername.redshift.amazonaws.com | |
Port = 5439 | |
Debug = 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[PostgreSQL] | |
Description = Postgres ODBC Driver | |
Driver = /usr/local/Cellar/psqlodbc/09.03.0300/lib/psqlodbcw.so | |
Setup = /usr/local/Cellar/unixodbc/2.3.2_1/lib/libodbc.2.dylib | |
Debug = 0 | |
CommLog = 1 | |
UsageCount = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment