[libgda/LIBGDA_5.2] Correct some truncated help strings.



commit 481b4a0a53db7f5ee1c50e367bfb809623e6aff8
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Dec 15 09:08:00 2015 +0100

    Correct some truncated help strings.

 doc/C/gda-sql-manual.xml |    6 +++---
 doc/C/installation.xml   |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/doc/C/gda-sql-manual.xml b/doc/C/gda-sql-manual.xml
index f17631d..f9939ee 100644
--- a/doc/C/gda-sql-manual.xml
+++ b/doc/C/gda-sql-manual.xml
@@ -100,11 +100,11 @@ Provider       | PostgreSQL
 Description    | Provider for PostgreSQL databases                                                           
                                          
 DSN parameters | DB_NAME: Database name. The name of a database to connect to (string),                      
                                          
                  SEARCHPATH: Search Path. Search path among database's schemas ('search_path' variable) 
(string),                                      
-                 HOST: Database server. Host on which the database server is running (for servers running on 
unix domain sockets, enter the socket's pa
-                 PORT: Port. Database server port (for servers running on unix domain sockets, enter the 
socket's file name extension (usually 5432), o
+                 HOST: Database server. ost on which the database server is running (for servers running on 
unix domain sockets, enter the socket's path (usually /tmp), or leave this field empty),
+                 PORT: Port. Database server port (for servers running on unix domain sockets, enter the 
socket's file name extension (usually 5432), or leave this field empty),
                  OPTIONS: Options. Extra connection options (string),                                        
                                          
                  USE_SSL: Require SSL. Whether or not to use SSL to establish the connection (boolean),      
                                          
-                 CONNECT_TIMEOUT: Connection timeout. Maximum wait for connection, in seconds. Zero or not 
specified means wait indefinitely. It is not
+                 CONNECT_TIMEOUT: Connection timeout. Maximum wait for connection, in seconds. Zero or not 
specified means wait indefinitely. It is not recommended to use a timeout of less than 2 seconds,
 Authentication | USERNAME (string),                                                                          
                                          
                  PASSWORD (string)                                                                           
                                          
 File           | /local/extra/lib/libgda-5.0/providers/libgda-postgres.so                                    
                                          
diff --git a/doc/C/installation.xml b/doc/C/installation.xml
index e84075d..69ad707 100644
--- a/doc/C/installation.xml
+++ b/doc/C/installation.xml
@@ -253,11 +253,11 @@ Attribute      | Value
 Provider       | PostgreSQL                                              
 Description    | Provider for PostgreSQL databases                       
 DSN parameters | DB_NAME: The name of a database to connect to (string),     
-                 SEARCHPATH: Search path among database's schemas ('search_pa
-                 HOST: Host on which the database server is running (for serv
-                 PORT: Database server port (for servers running on unix doma
+                 SEARCHPATH: Search path among database's schemas ('search_path' variable) (string),
+                 HOST: Host on which the database server is running (for servers running on unix domain 
sockets, enter the socket's path (usually /tmp), or leave this field empty).
+                 PORT: Database server port (for servers running on unix domain sockets, enter the socket's 
file name extension (usually 5432), or leave this field empty).
                  OPTIONS: Extra connection options (string),                 
-                 USE_SSL: Whether or not to use SSL to establish the connecti
+                 USE_SSL: Whether or not to use SSL to establish the connection (boolean),
 Authentication | USERNAME (string),                                                         
                  PASSWORD (string)
 File           | /local/lib/libgda-4.0/providers/libgda-postgres.so


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]