You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2018/11/07 02:43:18 UTC

[10/20] trafodion-site git commit: PR 1737 Publish Website Updates

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/dependencies.html b/docs/2.4.0/sql_reference/dependencies.html
index 94090c4..91b6734 100644
--- a/docs/2.4.0/sql_reference/dependencies.html
+++ b/docs/2.4.0/sql_reference/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/index.html b/docs/2.4.0/sql_reference/index.html
index 27c54df..c25ed26 100644
--- a/docs/2.4.0/sql_reference/index.html
+++ b/docs/2.4.0/sql_reference/index.html
@@ -1984,25 +1984,47 @@ table.CodeRay td.code>pre{padding:0}
 <li><a href="#examples_of_sys_guid">7.133.2. Examples of SYS_GUID</a></li>
 </ul>
 </li>
-<li><a href="#variance_function">7.134. VARIANCE Function</a>
+<li><a href="#uuid_function">7.134. UUID Function</a>
+<ul class="sectlevel4">
+<li><a href="#data_type_of_the_result">Data Type of the Result</a></li>
+<li><a href="#examples_of_uuid">7.134.2. Examples of UUID</a></li>
+</ul>
+</li>
+<li><a href="#uuid_short_function">7.135. UUID_SHORT Function</a>
+<ul class="sectlevel4">
+<li><a href="#data_type_of_the_result">Data Type of the Result</a></li>
+<li><a href="#examples_of_uuid_short">7.135.2. Examples of UUID_SHORT</a></li>
+</ul>
+</li>
+<li><a href="#sleep_function">7.136. SLEEP Function</a>
+<ul class="sectlevel3">
+<li><a href="#examples_of_sleep">7.136.1. Examples of SLEEP</a></li>
+</ul>
+</li>
+<li><a href="#variance_function">7.137. VARIANCE Function</a>
 <ul class="sectlevel3">
-<li><a href="#considerations_for_variance">7.134.1. Considerations for VARIANCE</a></li>
-<li><a href="#examples_of_variance">7.134.2. Examples of VARIANCE</a></li>
+<li><a href="#considerations_for_variance">7.137.1. Considerations for VARIANCE</a></li>
+<li><a href="#examples_of_variance">7.137.2. Examples of VARIANCE</a></li>
 </ul>
 </li>
-<li><a href="#week_function">7.135. WEEK Function</a>
+<li><a href="#week_function">7.138. WEEK Function</a>
 <ul class="sectlevel3">
-<li><a href="#examples_of_week">7.135.1. Examples of WEEK</a></li>
+<li><a href="#examples_of_week">7.138.1. Examples of WEEK</a></li>
 </ul>
 </li>
-<li><a href="#year_function">7.136. YEAR Function</a>
+<li><a href="#year_function">7.139. YEAR Function</a>
 <ul class="sectlevel3">
-<li><a href="#examples_of_year">7.136.1. Examples of YEAR</a></li>
+<li><a href="#examples_of_year">7.139.1. Examples of YEAR</a></li>
 </ul>
 </li>
-<li><a href="#zeroifnull_function">7.137. ZEROIFNULL Function</a>
+<li><a href="#unix_timestamp_function">7.140. UNIX_TIMESTAMP Function</a>
 <ul class="sectlevel3">
-<li><a href="#examples_of_zeroifnull">7.137.1. Examples of ZEROIFNULL</a></li>
+<li><a href="#examples_of_unix_timestamp">7.140.1. Examples of UNIX_TIMESTAMP</a></li>
+</ul>
+</li>
+<li><a href="#zeroifnull_function">7.141. ZEROIFNULL Function</a>
+<ul class="sectlevel3">
+<li><a href="#examples_of_zeroifnull">7.141.1. Examples of ZEROIFNULL</a></li>
 </ul>
 </li>
 </ul>
@@ -4777,7 +4799,7 @@ a.b.c might be assigned a name such as a.b.c_123&#8230;_01&#8230;.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>the old (existing) column datatype and new column datatype must be VARCHAR (variable length string datatype).</p>
+<p>the old (existing) column datatype and new column datatype must be compatible.</p>
 </li>
 <li>
 <p>new column length must be greater than or equal to old column length.</p>
@@ -19363,6 +19385,9 @@ row subquery in the lists:</p>
 --- 2 row(s) selected.</code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>datatype</p>
+</div>
 </li>
 </ul>
 </div>
@@ -24205,7 +24230,7 @@ designates from 1 through 52 bits of <em>precision</em>.
 The range is from +/- 2.2250738585072014e-308 through +/-1.7976931348623157e+308 stored in 8 bytes.</p>
 </div>
 <div class="paragraph">
-<p>An IEEE FLOAT <em>precision</em> data type is stored as an IEEE DOUBLE, that is, in 8 bytes, with the specified precision.</p>
+<p>An IEEE FLOAT <em>precision</em> data type is stored as an IEEE DOUBLE, that is, in 8 bytes, with the specified precision. Trafodion always gives maximum precision no matter what the user specifies.</p>
 </div>
 <div class="paragraph">
 <p>The default <em>precision</em> is 52.</p>
@@ -31780,6 +31805,11 @@ corresponding week of the year.</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 54)</p></td>
 </tr>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#unix_timestamp_function">UNIX_TIMESTAMP Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns a Unix timestamp</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#year_function">YEAR Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer that represents the year.</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td>
@@ -32246,8 +32276,20 @@ associated with the specified user ID number.</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#sys_guid_function">SYS_GUID Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns a globally unique identifier, similar to Oracle&#8217;s SYS_GUID function.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#uuid_function">UUID Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Returns a globally unique identifier.</p></td>
 </tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#uuid_short_function">UUID_SHORT Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Returns a “short” universal identifier as a 64-bit unsigned integer.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#sleep_function">SLEEP Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Sleep for a number of seconds</p></td>
+</tr>
 </tbody>
 </table>
 <div class="paragraph">
@@ -39027,7 +39069,7 @@ See <a href="#expressions">Expressions</a>.</p>
 <pre class="CodeRay highlight"><code data-lang="text">&gt;&gt;SELECT IS_IPV6('10.0.5.9'), IS_IPV6('::1') from dual;
 (EXPR)   (EXPR)
 -------- -------
-1         0</code></pre>
+0        1</code></pre>
 </div>
 </div>
 </div>
@@ -39065,7 +39107,7 @@ See <a href="#expressions">Expressions</a>.</p>
 
 (EXPR)
 -----------
-167773449</code></pre>
+151322634</code></pre>
 </div>
 </div>
 <div style="page-break-after: always;"></div>
@@ -39110,7 +39152,7 @@ representation of the IP address.</p>
 
 (EXPR)
 -------------
-'10.0.5.9'</code></pre>
+9.5.0.10</code></pre>
 </div>
 </div>
 </div>
@@ -47554,7 +47596,149 @@ ID
 </div>
 </div>
 <div class="sect2">
-<h3 id="variance_function">7.134. VARIANCE Function</h3>
+<h3 id="uuid_function">7.134. UUID Function</h3>
+<div class="paragraph">
+<p>Returns a Universal Unique Identifier (UUID) generated according to RFC 4122.
+A UUID is designed as a number that is globally unique in space and time.
+Two calls to UUID() are expected to generate two different values, even if
+these calls are performed on two separate devices not connected to each other.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+UUID() behavior is non-deterministic. Therefore it is best to use it
+only in SELECT lists. Using it in a WHERE clause, for example, may result in i
+non-deterministic predicate evaluation.
+</td>
+</tr>
+</table>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">UUID ()</code></pre>
+</div>
+</div>
+<div class="sect4">
+<h5 id="data_type_of_the_result">Data Type of the Result</h5>
+<div class="paragraph">
+<p>The data type of the result is always CHAR(36).</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="examples_of_uuid">7.134.2. Examples of UUID</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Returns a global unique identifier</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SELECT UUID() AS ID FROM dual;
+
+ID
+-------------------------
+  5cdd380c-33ba-3216-1352-2c9d624042c3
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+<div style="page-break-after: always;"></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="uuid_short_function">7.135. UUID_SHORT Function</h3>
+<div class="paragraph">
+<p>Returns a “short” universal identifier as a 64-bit unsigned integer.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+UUID_SHORT() behavior is non-deterministic. Therefore it is best to use it
+only in SELECT lists. Using it in a WHERE clause, for example, may result in i
+non-deterministic predicate evaluation.
+</td>
+</tr>
+</table>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">UUID_SHORT ()</code></pre>
+</div>
+</div>
+<div class="sect4">
+<h5 id="data_type_of_the_result">Data Type of the Result</h5>
+<div class="paragraph">
+<p>The data type of the result is always UNSIGNED LARGEINT.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="examples_of_uuid_short">7.135.2. Examples of UUID_SHORT</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Returns a global unique identifier as a 64-bit unsigned integer.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SELECT UUID_SHORT() AS ID FROM dual;
+
+ID
+-------------------------
+  4716501302154732154
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+<div style="page-break-after: always;"></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="sleep_function">7.136. SLEEP Function</h3>
+<div class="paragraph">
+<p>Sleeps (pauses) for the number of seconds given by the duration argument, then returns 1.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SLEEP( seconds )</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="examples_of_sleep">7.136.1. Examples of SLEEP</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Sleep (Pause) for a given number of seconds</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SELECT SLEEP(5) AS ID FROM dual;
+
+(EXPR)
+-----------
+
+          1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+<div style="page-break-after: always;"></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="variance_function">7.137. VARIANCE Function</h3>
 <div class="paragraph">
 <p>VARIANCE is an aggregate function that returns the statistical variance
 of a set of numbers. VARIANCE is a Trafodion SQL extension.</p>
@@ -47600,7 +47784,7 @@ as <em>expression</em>. The one-column table derived from the evaluation of
 </ul>
 </div>
 <div class="sect3">
-<h4 id="considerations_for_variance">7.134.1. Considerations for VARIANCE</h4>
+<h4 id="considerations_for_variance">7.137.1. Considerations for VARIANCE</h4>
 <div class="sect4">
 <h5 id="definition_of_variance">Definition of VARIANCE</h5>
 <div class="paragraph">
@@ -47694,7 +47878,7 @@ the computation of VARIANCE(x), then a numeric overflow occurs.</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="examples_of_variance">7.134.2. Examples of VARIANCE</h4>
+<h4 id="examples_of_variance">7.137.2. Examples of VARIANCE</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -47731,7 +47915,7 @@ VARIANCE_SALARY
 </div>
 </div>
 <div class="sect2">
-<h3 id="week_function">7.135. WEEK Function</h3>
+<h3 id="week_function">7.138. WEEK Function</h3>
 <div class="paragraph">
 <p>The WEEK function converts a DATE or TIMESTAMP expression into an
 INTEGER value in the range 1 through 54 that represents the
@@ -47763,7 +47947,7 @@ TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions<
 </ul>
 </div>
 <div class="sect3">
-<h4 id="examples_of_week">7.135.1. Examples of WEEK</h4>
+<h4 id="examples_of_week">7.138.1. Examples of WEEK</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -47787,7 +47971,7 @@ Start/Date Time/Shipped               (EXPR)
 </div>
 </div>
 <div class="sect2">
-<h3 id="year_function">7.136. YEAR Function</h3>
+<h3 id="year_function">7.139. YEAR Function</h3>
 <div class="paragraph">
 <p>The YEAR function converts a DATE or TIMESTAMP expression into an
 INTEGER that represents the year.</p>
@@ -47812,7 +47996,7 @@ TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions<
 </ul>
 </div>
 <div class="sect3">
-<h4 id="examples_of_year">7.136.1. Examples of YEAR</h4>
+<h4 id="examples_of_year">7.139.1. Examples of YEAR</h4>
 <div class="ulist">
 <ul>
 <li>
@@ -47836,7 +48020,53 @@ Start/Date Time/Shipped               (EXPR)
 </div>
 </div>
 <div class="sect2">
-<h3 id="zeroifnull_function">7.137. ZEROIFNULL Function</h3>
+<h3 id="unix_timestamp_function">7.140. UNIX_TIMESTAMP Function</h3>
+<div class="paragraph">
+<p>If called with no argument, returns a Unix timestamp (seconds since '1970-01-01 00:00:00' UTC)
+as an unsigned integer. If UNIX_TIMESTAMP() is called with a date argument, it returns the value
+of the argument as seconds since '1970-01-01 00:00:00' UTC.</p>
+</div>
+<div class="paragraph">
+<p>UNIX_TIMESTAMP is a MySQL SQL extension.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">UNIX_TIMESTAMP (datetime-expression | emtpy)</code></pre>
+</div>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="paragraph">
+<p>is an expression that evaluates to a datetime value of type DATE or
+TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions</a>.</p>
+</div>
+</li>
+</ul>
+</div>
+<div class="sect3">
+<h4 id="examples_of_unix_timestamp">7.140.1. Examples of UNIX_TIMESTAMP</h4>
+<div class="paragraph">
+<p>+</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">&gt;&gt;select unix_timestamp() from dual;
+
+(EXPR)
+--------------------
+
+          1534672251
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+<div style="page-break-after: always;"></div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="zeroifnull_function">7.141. ZEROIFNULL Function</h3>
 <div class="paragraph">
 <p>The ZEROIFNULL function returns a value of zero if the expression if
 NULL. Otherwise, it returns the value of the expression.</p>
@@ -47857,7 +48087,7 @@ NULL. Otherwise, it returns the value of the expression.</p>
 </ul>
 </div>
 <div class="sect3">
-<h4 id="examples_of_zeroifnull">7.137.1. Examples of ZEROIFNULL</h4>
+<h4 id="examples_of_zeroifnull">7.141.1. Examples of ZEROIFNULL</h4>
 <div class="ulist">
 <ul>
 <li>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/integration.html b/docs/2.4.0/sql_reference/integration.html
index 5989de5..203eb4e 100644
--- a/docs/2.4.0/sql_reference/integration.html
+++ b/docs/2.4.0/sql_reference/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/issue-tracking.html b/docs/2.4.0/sql_reference/issue-tracking.html
index c975b19..20204c2 100644
--- a/docs/2.4.0/sql_reference/issue-tracking.html
+++ b/docs/2.4.0/sql_reference/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/license.html b/docs/2.4.0/sql_reference/license.html
index a6e6197..118f441 100644
--- a/docs/2.4.0/sql_reference/license.html
+++ b/docs/2.4.0/sql_reference/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/mail-lists.html b/docs/2.4.0/sql_reference/mail-lists.html
index 1a4278e..37bd66f 100644
--- a/docs/2.4.0/sql_reference/mail-lists.html
+++ b/docs/2.4.0/sql_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/project-info.html b/docs/2.4.0/sql_reference/project-info.html
index ae42a28..d4fa8f9 100644
--- a/docs/2.4.0/sql_reference/project-info.html
+++ b/docs/2.4.0/sql_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/project-summary.html b/docs/2.4.0/sql_reference/project-summary.html
index af02c76..9ee1bef 100644
--- a/docs/2.4.0/sql_reference/project-summary.html
+++ b/docs/2.4.0/sql_reference/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/source-repository.html b/docs/2.4.0/sql_reference/source-repository.html
index c8c252f..b48aef9 100644
--- a/docs/2.4.0/sql_reference/source-repository.html
+++ b/docs/2.4.0/sql_reference/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/2.4.0/sql_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.4.0/sql_reference/team-list.html b/docs/2.4.0/sql_reference/team-list.html
index aa8457d..9f77e57 100644
--- a/docs/2.4.0/sql_reference/team-list.html
+++ b/docs/2.4.0/sql_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/Trafodion_Client_Installation_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/client_install/Trafodion_Client_Installation_Guide.pdf b/docs/client_install/Trafodion_Client_Installation_Guide.pdf
index b1d18a4..218742e 100644
Binary files a/docs/client_install/Trafodion_Client_Installation_Guide.pdf and b/docs/client_install/Trafodion_Client_Installation_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/client_install/dependencies.html b/docs/client_install/dependencies.html
index 38a841d..2a6462c 100644
--- a/docs/client_install/dependencies.html
+++ b/docs/client_install/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/integration.html
----------------------------------------------------------------------
diff --git a/docs/client_install/integration.html b/docs/client_install/integration.html
index da7b58a..700a27d 100644
--- a/docs/client_install/integration.html
+++ b/docs/client_install/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/client_install/issue-tracking.html b/docs/client_install/issue-tracking.html
index a11d7fe..ec3d701 100644
--- a/docs/client_install/issue-tracking.html
+++ b/docs/client_install/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/license.html
----------------------------------------------------------------------
diff --git a/docs/client_install/license.html b/docs/client_install/license.html
index b29b902..69ee8f1 100644
--- a/docs/client_install/license.html
+++ b/docs/client_install/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/client_install/mail-lists.html b/docs/client_install/mail-lists.html
index bc8a5a1..efbf76c 100644
--- a/docs/client_install/mail-lists.html
+++ b/docs/client_install/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/project-info.html
----------------------------------------------------------------------
diff --git a/docs/client_install/project-info.html b/docs/client_install/project-info.html
index a4eb62f..47feb26 100644
--- a/docs/client_install/project-info.html
+++ b/docs/client_install/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/client_install/project-summary.html b/docs/client_install/project-summary.html
index 7f85bbd..b18f6cf 100644
--- a/docs/client_install/project-summary.html
+++ b/docs/client_install/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/client_install/source-repository.html b/docs/client_install/source-repository.html
index 4ef4d24..614874c 100644
--- a/docs/client_install/source-repository.html
+++ b/docs/client_install/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/client_install/team-list.html
----------------------------------------------------------------------
diff --git a/docs/client_install/team-list.html b/docs/client_install/team-list.html
index 07c6200..72bff93 100644
--- a/docs/client_install/team-list.html
+++ b/docs/client_install/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/Trafodion_Command_Interface_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/command_interface/Trafodion_Command_Interface_Guide.pdf b/docs/command_interface/Trafodion_Command_Interface_Guide.pdf
index 582b65c..3e8f7ca 100644
Binary files a/docs/command_interface/Trafodion_Command_Interface_Guide.pdf and b/docs/command_interface/Trafodion_Command_Interface_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/dependencies.html b/docs/command_interface/dependencies.html
index 1f4c6bf..de2340d 100644
--- a/docs/command_interface/dependencies.html
+++ b/docs/command_interface/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/integration.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/integration.html b/docs/command_interface/integration.html
index 438259a..9b7bedc 100644
--- a/docs/command_interface/integration.html
+++ b/docs/command_interface/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/issue-tracking.html b/docs/command_interface/issue-tracking.html
index e456d4f..7816632 100644
--- a/docs/command_interface/issue-tracking.html
+++ b/docs/command_interface/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/license.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/license.html b/docs/command_interface/license.html
index 1d74ce3..4a85d57 100644
--- a/docs/command_interface/license.html
+++ b/docs/command_interface/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/mail-lists.html b/docs/command_interface/mail-lists.html
index e9479b4..d977543 100644
--- a/docs/command_interface/mail-lists.html
+++ b/docs/command_interface/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/project-info.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/project-info.html b/docs/command_interface/project-info.html
index 2d0fe54..6c4221d 100644
--- a/docs/command_interface/project-info.html
+++ b/docs/command_interface/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/project-summary.html b/docs/command_interface/project-summary.html
index 5d9125a..07522f6 100644
--- a/docs/command_interface/project-summary.html
+++ b/docs/command_interface/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/source-repository.html b/docs/command_interface/source-repository.html
index e838354..9ae821c 100644
--- a/docs/command_interface/source-repository.html
+++ b/docs/command_interface/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/command_interface/team-list.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/team-list.html b/docs/command_interface/team-list.html
index 29f8171..5df78fa 100644
--- a/docs/command_interface/team-list.html
+++ b/docs/command_interface/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf b/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf
index eea948b..be134d0 100644
Binary files a/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf and b/docs/cqd_reference/Trafodion_CQD_Reference_Guide.pdf differ

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/dependencies.html b/docs/cqd_reference/dependencies.html
index f2d1e5c..4570a49 100644
--- a/docs/cqd_reference/dependencies.html
+++ b/docs/cqd_reference/dependencies.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/index.html b/docs/cqd_reference/index.html
index 91b155c..0c4a6b8 100644
--- a/docs/cqd_reference/index.html
+++ b/docs/cqd_reference/index.html
@@ -593,6 +593,7 @@ table.CodeRay td.code>pre{padding:0}
 <li><a href="#hbase-rowset-vsbb-size">4.7. HBASE_ROWSET_VSBB_SIZE</a></li>
 <li><a href="#hbase-small-scanner">4.8. HBASE_SMALL_SCANNER</a></li>
 <li><a href="#scratch-dirs">4.9. SCRATCH_DIRS</a></li>
+<li><a href="#sequence_retry_time">4.10. TRAF_SEQUENCE_RETRY_TIMES</a></li>
 </ul>
 </li>
 <li><a href="#manage-histograms">5. Manage Histograms</a>
@@ -1080,14 +1081,14 @@ The optimizer may also decide to run the query with no parallelism if the resour
 <th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Values</strong></p></th>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Unsigned Integer.<br>
 <br>
-The default value is <strong>'16'</strong>.</p></td>
+The default value is <strong>2</strong>.</p></td>
 </tr>
 <tr>
 <th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Usage</strong></p></th>
 <td class="tableblock halign-left valign-top"><p class="tableblock">For systems running at higher levels of concurrency with workloads that include a large
 number of small queries, reducing the default degree of parallelism may help achieve higher throughput.<br>
 <br>
-With the default of 16, for 32-node systems, adaptive segmentation can use two 16-node virtual segments to execute queries that
+If the degree of parallelism is 16, for 32-node systems, adaptive segmentation can use two 16-node virtual segments to execute queries that
 do not require a degree of parallelism of 32.  This default setting can, for example, be changed to 8 for a 16-node system,
 to allow adaptive segmentation to leverage a lower degree of parallelism.</p></td>
 </tr>
@@ -3109,6 +3110,68 @@ If you enable small scanner on large size scan incorrectly, then you are likely
 </tr>
 </tbody>
 </table>
+<div style="page-break-after: always;"></div>
+</div>
+<div class="sect2">
+<h3 id="sequence_retry_time">4.10. TRAF_SEQUENCE_RETRY_TIMES</h3>
+<table class="tableblock frame-all grid-all spread">
+<colgroup>
+<col style="width: 25%;">
+<col style="width: 75%;">
+</colgroup>
+<tbody>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Description</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Set the max retry time when concurrent processes try to get next sequence conflict</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Values</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Numeric value.
+The default value is <strong>'100'</strong>.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Usage</strong></p></th>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p>Multiple clients try to do NEXT operation on a same sequence, when cache runs out, all of the clients try to get the next range and go into race. So one client may get a range that another client already got. So Trafodion needs to do concurrent control in this case.
+After the SQL engine gets the next range from system metadata table, it will set an upate timestamp. Each time it get the next range,  it will check the updated timestamp, if it is same as the timestampt set by itself, then it is successful. Otherwise, the range is obtained by some other concurrent clients. Then the engine wait and retry.</p>
+</div>
+<div class="paragraph">
+<p>When concurrency conflict is very high, for example a query is running with high DOP and processing billions of rows, it is possible to fail due to run out of retry time. In that case, user will get SQL ERROR-1583.</p>
+</div>
+<div class="paragraph">
+<p>This CQD is to set the retry number. It is set to 100 by default. When specific query using sequence run into SQL ERROR-1583, one can increase this CQD to allow SQL engine to retry for more times, and avoid the SQL ERROR-1583.</p>
+</div></div></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Production Usage</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Please contact <a href="mailto:user@trafodion.apache.org">user@trafodion.apache.org</a>.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Impact</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">It will allow the user to avoid 1583 ERROR in high concurrent use cases.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Level</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">System.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Conflicts/Synergies</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Not applicable.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Real Problem Addressed</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Not applicable.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Introduced In Release</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Trafodion 2.1.</p></td>
+</tr>
+<tr>
+<th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Deprecated In Release</strong></p></th>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Not applicable.</p></td>
+</tr>
+</tbody>
+</table>
 </div>
 </div>
 </div>
@@ -4623,7 +4686,7 @@ before evicting the oldest unused plan(s) to make room for the latest cacheable
 </tr>
 <tr>
 <th class="tableblock halign-left valign-top"><p class="tableblock"><strong>Values</strong></p></th>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Up through 4294967295</strong>: Kilobytes of memory allocated to query cache.<br>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Up through 200,000</strong>: Kilobytes of memory allocated to query cache.<br>
 <strong>'0'</strong>: Turns off query plan caching.<br>
 <br>
 The default value is <strong>'16384'</strong> (16 MB).</p></td>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/integration.html b/docs/cqd_reference/integration.html
index 2f361c1..09f3389 100644
--- a/docs/cqd_reference/integration.html
+++ b/docs/cqd_reference/integration.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/issue-tracking.html b/docs/cqd_reference/issue-tracking.html
index 7ee68da..5cd40c1 100644
--- a/docs/cqd_reference/issue-tracking.html
+++ b/docs/cqd_reference/issue-tracking.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/license.html b/docs/cqd_reference/license.html
index a7aeb6c..322d3af 100644
--- a/docs/cqd_reference/license.html
+++ b/docs/cqd_reference/license.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/mail-lists.html b/docs/cqd_reference/mail-lists.html
index 5352ca2..0c269b7 100644
--- a/docs/cqd_reference/mail-lists.html
+++ b/docs/cqd_reference/mail-lists.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/project-info.html b/docs/cqd_reference/project-info.html
index f879274..42b5afc 100644
--- a/docs/cqd_reference/project-info.html
+++ b/docs/cqd_reference/project-info.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/project-summary.html b/docs/cqd_reference/project-summary.html
index 7ad8f76..bb0b1c0 100644
--- a/docs/cqd_reference/project-summary.html
+++ b/docs/cqd_reference/project-summary.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/source-repository.html b/docs/cqd_reference/source-repository.html
index 9f9e62e..ba8042d 100644
--- a/docs/cqd_reference/source-repository.html
+++ b/docs/cqd_reference/source-repository.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/cqd_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/team-list.html b/docs/cqd_reference/team-list.html
index f997588..2ca9542 100644
--- a/docs/cqd_reference/team-list.html
+++ b/docs/cqd_reference/team-list.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20180821" />
+    <meta name="Date-Revision-yyyymmdd" content="20181107" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-08-21</span>
+        <span id="publishDate">Last Published: 2018-11-07</span>
                   &nbsp;| <span id="projectVersion">Version: 2.4.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/dcs_reference/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/allclasses-frame.html b/docs/dcs_reference/apidocs/allclasses-frame.html
index edd3e61..7bb7ee8 100644
--- a/docs/dcs_reference/apidocs/allclasses-frame.html
+++ b/docs/dcs_reference/apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 21 11:36:01 CST 2018 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 07 10:06:29 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion Database Connectivity Services 2.4.0 API)</title>
-<meta name="date" content="2018-08-21">
+<meta name="date" content="2018-11-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/dcs_reference/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/allclasses-noframe.html b/docs/dcs_reference/apidocs/allclasses-noframe.html
index 9e59a89..d70efb4 100644
--- a/docs/dcs_reference/apidocs/allclasses-noframe.html
+++ b/docs/dcs_reference/apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 21 11:36:01 CST 2018 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 07 10:06:29 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Trafodion Database Connectivity Services 2.4.0 API)</title>
-<meta name="date" content="2018-08-21">
+<meta name="date" content="2018-11-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/dcs_reference/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/constant-values.html b/docs/dcs_reference/apidocs/constant-values.html
index f331cbf..1845f34 100644
--- a/docs/dcs_reference/apidocs/constant-values.html
+++ b/docs/dcs_reference/apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 21 11:36:00 CST 2018 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 07 10:06:28 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Trafodion Database Connectivity Services 2.4.0 API)</title>
-<meta name="date" content="2018-08-21">
+<meta name="date" content="2018-11-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/dcs_reference/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/deprecated-list.html b/docs/dcs_reference/apidocs/deprecated-list.html
index 65fb407..7726cb4 100644
--- a/docs/dcs_reference/apidocs/deprecated-list.html
+++ b/docs/dcs_reference/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 21 11:36:01 CST 2018 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 07 10:06:29 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Trafodion Database Connectivity Services 2.4.0 API)</title>
-<meta name="date" content="2018-08-21">
+<meta name="date" content="2018-11-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/dcs_reference/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/help-doc.html b/docs/dcs_reference/apidocs/help-doc.html
index e5e7424..49662bf 100644
--- a/docs/dcs_reference/apidocs/help-doc.html
+++ b/docs/dcs_reference/apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 21 11:36:01 CST 2018 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 07 10:06:29 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Trafodion Database Connectivity Services 2.4.0 API)</title>
-<meta name="date" content="2018-08-21">
+<meta name="date" content="2018-11-07">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/dcs_reference/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/index-all.html b/docs/dcs_reference/apidocs/index-all.html
index bb59193..507ae79 100644
--- a/docs/dcs_reference/apidocs/index-all.html
+++ b/docs/dcs_reference/apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 21 11:36:01 CST 2018 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Wed Nov 07 10:06:29 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Trafodion Database Connectivity Services 2.4.0 API)</title>
-<meta name="date" content="2018-08-21">
+<meta name="date" content="2018-11-07">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>