Merge from vendor branch TNF:
[pkgsrc.git] / databases / postgresql / files / odbcinst.ini
1 ; $NetBSD: odbc.ini,v 1.1 2000/03/18 17:43:16 jlam Exp $
2 ;
3 ; /etc/odbc.ini - site-wide ODBC configuration file
4
5 [ODBC Data Sources]
6 PostgresDB = PostgreSQL database description
7
8 [PostgresDB]
9 Driver          = @PREFIX@/lib/libpsqlodbc.so
10 Database        = DatabaseName
11 Servername      = localhost
12 Port            = 5432
13 Username        = username
14 Password        = "pAsSwOrD"
15 Debug           = 0
16 CommLog         = 1
17
18 [ODBC]
19 InstallDir      =