[teiid-commits] teiid SVN: r3086 - in trunk/documentation: reference/src/main/docbook/en-US/content and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed Apr 13 12:28:18 EDT 2011


Author: shawkins
Date: 2011-04-13 12:28:17 -0400 (Wed, 13 Apr 2011)
New Revision: 3086

Modified:
   trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
   trunk/documentation/reference/src/main/docbook/en-US/content/scalar_functions.xml
Log:
minor doc updates on trim functions and use of an external load balancer

Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml
===================================================================
--- trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml	2011-04-13 03:31:08 UTC (rev 3085)
+++ trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/jdbc-connection.xml	2011-04-13 16:28:17 UTC (rev 3086)
@@ -529,6 +529,8 @@
         	It's important to consider that 1 <code>ServerDiscovery</code> instance will be created for each connection.  Any sharing of information between instances should be done through static state or some other shared lookup.       	
         	</para>
         	<para>Your customized server discovery class will then need to be referenced by the discoveryStategy connection/DataSource property by its full class name.</para>
+        	<para>You may also choose to use an external tcp load balancer, such as <ulink url="http://haproxy.1wt.eu/">haproxy</ulink>.  
+        	The Teiid driver/DataSource should then typically be configured to just use the single host/port of your load balancer.</para>
         </section>
     </section>
     <section>

Modified: trunk/documentation/reference/src/main/docbook/en-US/content/scalar_functions.xml
===================================================================
--- trunk/documentation/reference/src/main/docbook/en-US/content/scalar_functions.xml	2011-04-13 03:31:08 UTC (rev 3085)
+++ trunk/documentation/reference/src/main/docbook/en-US/content/scalar_functions.xml	2011-04-13 16:28:17 UTC (rev 3086)
@@ -913,7 +913,7 @@
               <para>LTRIM(x)</para>
             </entry>
             <entry>
-              <para>Left trim x of white space</para>
+              <para>Left trim x of blank chars</para>
             </entry>
             <entry>
               <para>x in {string}, return string</para>
@@ -996,7 +996,7 @@
               <para>RTRIM(x)</para>
             </entry>
             <entry>
-              <para>Right trim x of white space</para>
+              <para>Right trim x of blank chars</para>
             </entry>
             <entry>
               <para>x is string, return string</para>



More information about the teiid-commits mailing list