diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:05:58 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:05:58 +0200 |
commit | 2444bf9614be69133caf8a09730f4443f1bf4f8d (patch) | |
tree | 86dae6f3f968a215ee69f36e24a5a293ac1f563e /pgsql.options | |
parent | 2d35fd6888551bc67fedcc82c46d581493fa8e0d (diff) |
Add PostgreSQL driver and options for Windows
Diffstat (limited to 'pgsql.options')
-rw-r--r-- | pgsql.options | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pgsql.options b/pgsql.options new file mode 100644 index 0000000..355b64c --- /dev/null +++ b/pgsql.options @@ -0,0 +1,8 @@ +# Sample PostgreSQL options file used to run the tests. Adjust to +# match your PostgreSQL setup. +# + +--user odb_test +--database odb_test +# --host +# --port |