summaryrefslogtreecommitdiff
path: root/databases/postgresql/files/odbcinst.ini
blob: 0449a249dabe62ba887ace0cf1fa3a569e4d863b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; $NetBSD: odbcinst.ini,v 1.1 2000/05/20 19:32:26 jlam Exp $
;
; /etc/odbc.ini - site-wide ODBC configuration file

[ODBC Data Sources]
PostgresDB = PostgreSQL database description

[PostgresDB]
Driver		= @PREFIX@/lib/libpsqlodbc.so
Database	= DatabaseName
Servername	= localhost
Port		= 5432
Username	= username
Password	= "pAsSwOrD"
Debug		= 0
CommLog		= 1

[ODBC]
InstallDir	=