diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 02:22:43 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 02:22:43 +0200 |
commit | 485a348a7a633d38f69a963e9f77e23077f75d11 (patch) | |
tree | d45c37f73b848e054ad424bfe29fbf839867b944 /user_guide_src/source/database | |
parent | ca20d8445312e49e1e974c5ed8cf04400929e615 (diff) |
Add database schema configuration support (used by PostgreSQL, fix #158)
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 668496324..34cefffbd 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -182,6 +182,7 @@ Explanation of Values: customizable by the end user. **autoinit** Whether or not to automatically connect to the database when the library loads. If set to false, the connection will take place prior to executing the first query. +**schema** The database schema, defaults to 'public'. Used by PostgreSQL and ODBC drivers. **encrypt** Whether or not to use an encrypted connection. **compress** Whether or not to use client compression (MySQL only). **stricton** TRUE/FALSE (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL |