added the test version of the templates for the bin/setup_test_db.sh script

This commit is contained in:
fgerlits 2005-04-04 19:17:09 +00:00
parent 8ef191c071
commit 1fc429c7fa
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,18 @@
[ls_database]
Description = the LiveSupport database at PostgreSQL
Driver = PostgreSQL
Trace = No
TraceFile = /tmp/sql.log
Database = LiveSupport-test
Servername = localhost
Username =
Password =
Port = 5432
Protocol = 6.4
ReadOnly = No
RowVersioning = No
ShowSystemTables = No
ShowOidColumn = No
FakeOidIndex = No
ConnSettings =

View file

@ -0,0 +1,5 @@
[PostgreSQL]
Description = PostgreSQL driver
Driver = /usr/lib/libodbcpsql.so
Setup = /usr/lib/libodbcpsqlS.so