From 1fc429c7fa98e513e1a9dd759307841ba355350a Mon Sep 17 00:00:00 2001 From: fgerlits Date: Mon, 4 Apr 2005 19:17:09 +0000 Subject: [PATCH] added the test version of the templates for the bin/setup_test_db.sh script --- .../products/scheduler/etc/odbc_test_template | 18 ++++++++++++++++++ .../scheduler/etc/odbcinst_test_template | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 livesupport/products/scheduler/etc/odbc_test_template create mode 100644 livesupport/products/scheduler/etc/odbcinst_test_template diff --git a/livesupport/products/scheduler/etc/odbc_test_template b/livesupport/products/scheduler/etc/odbc_test_template new file mode 100644 index 000000000..3d95af890 --- /dev/null +++ b/livesupport/products/scheduler/etc/odbc_test_template @@ -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 = + diff --git a/livesupport/products/scheduler/etc/odbcinst_test_template b/livesupport/products/scheduler/etc/odbcinst_test_template new file mode 100644 index 000000000..5152c10df --- /dev/null +++ b/livesupport/products/scheduler/etc/odbcinst_test_template @@ -0,0 +1,5 @@ +[PostgreSQL] +Description = PostgreSQL driver +Driver = /usr/lib/libodbcpsql.so +Setup = /usr/lib/libodbcpsqlS.so +