[teiid-commits] teiid SVN: r3390 - branches/7.4.x/documentation/client-developers-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Aug 17 11:25:08 EDT 2011


Author: rareddy
Date: 2011-08-17 11:24:59 -0400 (Wed, 17 Aug 2011)
New Revision: 3390

Modified:
   branches/7.4.x/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml
Log:
TEIID-1716

Modified: branches/7.4.x/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml
===================================================================
--- branches/7.4.x/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml	2011-08-17 14:23:34 UTC (rev 3389)
+++ branches/7.4.x/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml	2011-08-17 15:24:59 UTC (rev 3390)
@@ -203,21 +203,21 @@
                 Description = PostgreSQL Data Source
                 Servername = <Teiid Host name or ip>
                 Port = 35432 
-                Protocol = 7.4
+                Protocol = 7.4-1
                 UserName = <user-name> 
                 Password = <password>
                 Database = <vdb-name>
                 ReadOnly = no
                 ServerType = Postgres
                 ConnSettings = 
-                UseServerSidePrepare=0
+                UseServerSidePrepare=1
                 ByteaAsLongVarBinary=1
                 Optimizer=0
                 Ksqo=0
-                Trace = No
-                TraceFile = /var/log/trace.log
-                Debug = No
-                DebugFile = /var/log/debug.log                
+                Debug=0
+                Fetch = 10000
+                # enable below when dealing large resultsets
+                #UseDeclareFetch=1                
             ]]></programlisting>     
             
             <para>Note that you need "sudo" permissions to edit the "/etc/odbc.ini" file. 



More information about the teiid-commits mailing list