Index: branches/PublicaMundi_David-devel/docs/kernel/configuration.rst
===================================================================
--- branches/PublicaMundi_David-devel/docs/kernel/configuration.rst	(revision 709)
+++ branches/PublicaMundi_David-devel/docs/kernel/configuration.rst	(revision 710)
@@ -181,5 +181,5 @@
 
 The database section allows to configure the ZOO-Kernel optional
-databse support.
+database support. 
 
 .. code-block:: guess
@@ -193,5 +193,15 @@
 	schema=public
 
-
+This will generate strings to be passed to GDAL:
+
+.. code-block::
+   
+     <type>:host=<host> port=<port>  user=<user> dbname=<dbname>
+
+ .. code-block::
+
+      PG:"dbname='zoo_project' host='127.0.0.' port='5432' user='x' password='y'"
+
+      
 .. rubric:: Footnotes
 
