Changeset 710
- Timestamp:
- Jun 30, 2015, 4:16:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/kernel/configuration.rst
r697 r710 181 181 182 182 The database section allows to configure the ZOO-Kernel optional 183 datab se support.183 database support. 184 184 185 185 .. code-block:: guess … … 193 193 schema=public 194 194 195 195 This will generate strings to be passed to GDAL: 196 197 .. code-block:: 198 199 <type>:host=<host> port=<port> user=<user> dbname=<dbname> 200 201 .. code-block:: 202 203 PG:"dbname='zoo_project' host='127.0.0.' port='5432' user='x' password='y'" 204 205 196 206 .. rubric:: Footnotes 197 207
Note: See TracChangeset
for help on using the changeset viewer.