http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/2.3.0/sql_reference/index.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/index.html 
b/docs/2.3.0/sql_reference/index.html
index 709cb2c..a970f4a 100644
--- a/docs/2.3.0/sql_reference/index.html
+++ b/docs/2.3.0/sql_reference/index.html
@@ -1523,7 +1523,8 @@ table.CodeRay td.code>pre{padding:0}
 </li>
 <li><a href="#extract_function">7.59. EXTRACT Function</a>
 <ul class="sectlevel3">
-<li><a href="#examples_of_extract">7.59.1. Examples of EXTRACT</a></li>
+<li><a href="#extract_function_syntax">7.59.1. Syntax Descriptions of Extract 
Function</a></li>
+<li><a href="#examples_of_extract">7.59.2. Examples of EXTRACT</a></li>
 </ul>
 </li>
 <li><a href="#filetolob_function">7.60. FILETOLOB Function</a>
@@ -37385,50 +37386,1134 @@ interval value expression. It returns an exact 
numeric value.</p>
 <pre class="CodeRay highlight"><code data-lang="text">EXTRACT (datetime-field 
FROM extract-source)</code></pre>
 </div>
 </div>
+<div class="sect3">
+<h4 id="extract_function_syntax">7.59.1. Syntax Descriptions of Extract 
Function</h4>
 <div class="ulist">
 <ul>
 <li>
-<p><code><em>datetime-field</em></code> is:</p>
-<div class="paragraph">
-<p>YEAR \| MONTH \| DAY \| HOUR \| MINUTE \| SECOND</p>
+<p><code><em>datetime-field</em></code> and 
<code><em>extract-source</em></code> are:</p>
+<table class="tableblock frame-all grid-all spread">
+<caption class="title">Table 7. Details of 
<code><em>datetime-field</em></code> and 
<code><em>extract-source</em></code></caption>
+<colgroup>
+<col style="width: 20%;">
+<col style="width: 40%;">
+<col style="width: 40%;">
+</colgroup>
+<tbody>
+<tr>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock"><code><em>datetime-filed</em></code></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock"><strong>Description</strong></p></td>
+<td class="tableblock halign-center valign-top"><p 
class="tableblock"><strong>Supported</strong> 
<code><em>extract-source</em></code></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p>CENTURY</p>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">Century.</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
 </div>
 </li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">DAY</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Day.</p>
+</li>
 <li>
-<p><code><em>extract-source</em></code> is:</p>
-<div class="paragraph">
-<p>datetime-expression \| interval-expression</p>
+<p><code><em>interval-expression</em></code><br>
+Number of day(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">DECADE</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Year field divided by 10.</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of decade(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">DOW</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Day of 
week (1-7), where 1 is Sunday, 6 is Saturday.<br>
+This is not configurable.</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">DOY</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Day of 
year (1-366).</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">EPOCH</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Second(s) since 1970-01-01 00:00:00.<br>
+The value is negative if <code><em>datetime-expression</em></code> precedes 
1970-01-01 00:00:00.</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of second(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
 </div>
 </li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">HOUR</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Hour (0-23).</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of hour(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br></p>
+<div class="ulist">
+<ul>
+<li>
+<p>TIME</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
 </ul>
 </div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">MINUTE</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Minute (0-59).</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of minute(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>TIME</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">MONTH</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Month (1-12).</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of month(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">QUARTER</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Quarter of year (1-4).</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of quarter(s) in the <code><em>interval-expression</em></code>.</p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">SECOND</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Second (0-59).</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of second(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br></p>
+<div class="ulist">
+<ul>
+<li>
+<p>TIME</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">WEEK</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Week of year.<br></p>
+<div class="ulist">
+<ul>
+<li>
+<p>The value 1 is returned for a datetime that occurs in the first 7 days of 
the year if the year begins on Sunday.<br>
+Otherwise, the value 1 is returned for a datetime that occurs in the partial 
week before the start of the first Sunday.</p>
+</li>
+<li>
+<p>The value <strong>53</strong> is returned for a datetime that occurs in the 
last full or partial week of the year.</p>
+</li>
+<li>
+<p>The value <strong>54</strong> is returned for a datetime that occurs in the 
last full or partial week of the leap year if the leap year begins on 
Saturday.</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">WOM</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Week of month.</p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+</ul>
+</div></div></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">YEAR</p></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code><br>
+Year (0001-9999).</p>
+</li>
+<li>
+<p><code><em>interval-expression</em></code><br>
+Number of year(s) in the <code><em>interval-expression</em></code>.<br></p>
+</li>
+</ul>
+</div></div></td>
+<td class="tableblock halign-left valign-top"><div><div class="ulist">
+<ul>
+<li>
+<p><code><em>datetime-expression</em></code></p>
+<div class="ulist">
+<ul>
+<li>
+<p>DATE</p>
+</li>
+<li>
+<p>TIMESTAMP</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p><code><em>interval-expression</em></code></p>
+</li>
+</ul>
+</div></div></td>
+</tr>
+</tbody>
+</table>
+</li>
+<li>
+<p><code><em>extract-source</em></code> is:</p>
+<div class="literalblock">
+<div class="content">
+<pre>  datetime-expression
+| interval-expression</pre>
+</div>
+</div>
 <div class="paragraph">
-<p>See <a href="#datetime_value_expressions">Datetime Value Expressions</a> and
+<p>For more information, see <a href="#datetime_value_expressions">Datetime 
Value Expressions</a> and
 <a href="#interval_value_expressions">Interval Value Expressions</a>.</p>
 </div>
+</li>
+</ul>
+</div>
+</div>
 <div class="sect3">
-<h4 id="examples_of_extract">7.59.1. Examples of EXTRACT</h4>
+<h4 id="examples_of_extract">7.59.2. Examples of EXTRACT</h4>
+<div class="sect4">
+<h5 id="examples_of_extract_century">Examples of EXTRACT (CENTURY)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the century from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(CENTURY FROM DATE '0001-02-03') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the century from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(CENTURY FROM TIMESTAMP '9899-12-31 23:59:59') FROM DUAL;
+
+(EXPR)
+------
+    99
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_day">Examples of EXTRACT (DAY)</h5>
 <div class="ulist">
 <ul>
 <li>
-<p>Extract the year from a DATE value:</p>
+<p>This example extracts the day from <code><em>DATE</em></code>.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">EXTRACT (YEAR FROM DATE 
'2007-09-28')</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DAY FROM DATE '2019-02-01') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
 </div>
 </div>
-<div class="paragraph">
-<p>The result is 2007.</p>
+</li>
+<li>
+<p>This example extracts the day from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SELECT EXTRACT (DAY FROM 
TIMESTAMP '2019-12-31 11:43:00') FROM DUAL;
+
+(EXPR)
+------
+    31
+
+--- 1 row(s) selected.</code></pre>
+</div>
 </div>
 </li>
 <li>
-<p>Extract the year from an INTERVAL value:</p>
+<p>This example extracts the number of days from 
<code><em>interval-expression</em></code>.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">EXTRACT (YEAR FROM 
INTERVAL '01-09' YEAR TO MONTH)</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DAY FROM INTERVAL '1' DAY - INTERVAL '99' DAY) FROM DUAL;
+
+(EXPR)
+------
+   -98
+
+--- 1 row(s) selected.</code></pre>
 </div>
 </div>
-<div class="paragraph">
-<p>The result is 1.</p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_decade">Examples of EXTRACT (DECADE)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the decade from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DECADE FROM DATE '0010-02-03') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the decade from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DECADE FROM TIMESTAMP '9999-12-31 23:59:59') FROM DUAL;
+
+(EXPR)
+------
+   999
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of decades from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DECADE FROM INTERVAL '1'YEAR - INTERVAL '99'YEAR) FROM DUAL;
+
+(EXPR)
+------
+    -9
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_dow">Examples of EXTRACT (DOW)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the DOW from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DOW FROM DATE '2017-12-31') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the DOW from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DOW FROM TIMESTAMP '2018-01-01 23:59:59') FROM DUAL;
+
+(EXPR)
+------
+     2
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_doy">Examples of EXTRACT (DOY)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the DOY from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DOY FROM DATE '2019-01-01') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the DOY from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(DOY FROM TIMESTAMP '2020-12-31 11:36:28') FROM DUAL;
+
+(EXPR)
+------
+   366
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_epoch">Examples of EXTRACT (EPOCH)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the seconds from <code><em>DATE</em></code> since 
1970-01-01 00:00:00.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(EPOCH FROM DATE '1970-01-02') FROM DUAL;
+
+(EXPR)
+------------
+       86400
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the seconds from <code><em>TIMESTAMP</em></code> 
since 1970-01-01 00:00:00.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(EPOCH FROM TIMESTAMP '1969-12-31 23:59:59') FROM DUAL;
+
+(EXPR)
+------------
+          -1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This is the first example to extract the seconds from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(EPOCH FROM INTERVAL '3' HOUR) FROM DUAL;
+
+(EXPR)
+------------
+       10800
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This is the second example to extract the seconds from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(EPOCH FROM INTERVAL '1' MONTH - INTERVAL '2' YEAR) FROM DUAL;
+
+(EXPR)
+------------
+   -60069600
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_hour">Examples of EXTRACT (HOUR)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the hour from <code><em>TIME</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(HOUR FROM TIME '00:01:02') FROM DUAL;
+
+(EXPR)
+------
+     0
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the hour from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(HOUR FROM TIMESTAMP '1990-11-02 23:16:26') FROM DUAL;
+
+(EXPR)
+------
+    23
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of hours from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(HOUR FROM INTERVAL '1' HOUR - INTERVAL '99' HOUR) FROM DUAL;
+
+(EXPR)
+------
+   -98
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_minute">Examples of EXTRACT (MINUTE)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the minute from <code><em>TIME</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(MINUTE FROM TIME '01:00:02') FROM DUAL;
+
+(EXPR)
+------
+     0
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the minute from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(MINUTE FROM TIMESTAMP '1990-11-02 23:59:16') FROM DUAL;
+
+(EXPR)
+------
+    59
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of minutes from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT 
EXTRACT(MINUTE FROM INTERVAL '1' MINUTE - INTERVAL '99' MINUTE) FROM DUAL;
+
+(EXPR)
+------
+   -98
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_month">Examples of EXTRACT (MONTH)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the month from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(MONTH FROM DATE '2019-01-02') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the month from <code><em>TIME</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(MONTH FROM TIMESTAMP '2019-12-31 23:59:59') FROM DUAL;
+
+(EXPR)
+------
+    12
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of months from 
<code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT 
EXTRACT(MONTH FROM INTERVAL '1' MONTH - INTERVAL '99' MONTH) FROM DUAL;
+
+(EXPR)
+------
+   -98
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_quarter">Examples of EXTRACT (QUARTER)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the quarter from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(QUARTER FROM DATE '2019-01-01') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the quarter from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(QUARTER FROM TIMESTAMP '1990-11-02 08:16:26') FROM DUAL;
+
+(EXPR)
+------
+     4
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of quarters from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(QUARTER FROM INTERVAL '97' MONTH) FROM DUAL;
+
+(EXPR)
+------
+    33
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_second">Examples of EXTRACT (SECOND)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the second from <code><em>TIME</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(SECOND FROM TIME '01:02:00') FROM DUAL;
+
+(EXPR)
+------
+     0
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the second from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(SECOND FROM TIMESTAMP '1990-11-02 23:16:59') FROM DUAL;
+
+(EXPR)
+------
+    59
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of seconds from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT 
EXTRACT(SECOND FROM INTERVAL '1' SECOND - INTERVAL '99' SECOND) FROM DUAL;
+
+(EXPR)
+-----------
+ -98.000000
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_week">Examples of EXTRACT (WEEK)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the week from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(WEEK FROM DATE '2019-01-01') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the week from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(WEEK FROM TIMESTAMP '2000-12-31 23:59:59') FROM DUAL;
+
+(EXPR)
+------
+    54
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_wom">Examples of EXTRACT (WOM)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the WOM from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(WOM FROM DATE '2019-01-01') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the WOM from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(WOM FROM TIMESTAMP '2020-02-29 01:02:30') FROM DUAL;
+
+(EXPR)
+------
+     5
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect4">
+<h5 id="examples_of_extract_year">Examples of EXTRACT (YEAR)</h5>
+<div class="ulist">
+<ul>
+<li>
+<p>This example extracts the year from <code><em>DATE</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(YEAR FROM DATE '0001-02-03') FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the year from <code><em>TIMESTAMP</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(YEAR FROM TIMESTAMP '9999-12-31 23:59:59') FROM DUAL;
+
+(EXPR)
+------
+  9999
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the year from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT EXTRACT 
(YEAR FROM INTERVAL '01-09' YEAR TO MONTH) FROM DUAL;
+
+(EXPR)
+------
+     1
+
+--- 1 row(s) selected.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example extracts the number of years from 
<code><em>interval-expression</em></code>.</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;SELECT 
EXTRACT(YEAR FROM INTERVAL '1' YEAR - INTERVAL '99' YEAR) FROM DUAL;
+
+(EXPR)
+------
+   -98
+
+--- 1 row(s) selected.</code></pre>
+</div>
 </div>
 </li>
 </ul>
@@ -37436,6 +38521,7 @@ interval value expression. It returns an exact numeric 
value.</p>
 <div style="page-break-after: always;"></div>
 </div>
 </div>
+</div>
 <div class="sect2">
 <h3 id="filetolob_function">7.60. FILETOLOB Function</h3>
 <div class="sect3">
@@ -43749,8 +44835,11 @@ second argument describes the format of the character 
value.</p>
 </li>
 <li>
 <p><code><em>format-string</em></code></p>
+<div class="paragraph">
+<p>is one of the following character string literals:</p>
+</div>
 <table class="tableblock frame-all grid-all spread">
-<caption class="title">Table 7. Details of 
<code><em>format-string</em></code></caption>
+<caption class="title">Table 8. Details of <code><em>format-string</em></code> 
and <code><em>character-expression</em></code></caption>
 <colgroup>
 <col style="width: 33.3333%;">
 <col style="width: 33.3333%;">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/2.3.0/sql_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/license.html 
b/docs/2.3.0/sql_reference/license.html
index 0655fc5..34a6d87 100644
--- a/docs/2.3.0/sql_reference/license.html
+++ b/docs/2.3.0/sql_reference/license.html
@@ -97,210 +97,7 @@
 <div class="section">
 <h3>The Apache Software License, Version 2.0<a 
name="The_Apache_Software_License_Version_2.0"></a></h3><a 
name="The_Apache_Software_License_Version_2.0"></a>
 <p>A business-friendly OSS license</p>
-<div class="source">
-<pre>
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, 
reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized 
by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and 
all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal 
Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making 
modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or 
Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, 
&quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a 
Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal 
Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-</pre></div></div></div>
+<p>Can't read the url [http://www.apache.org/licenses/LICENSE-2.0.txt] : Read 
timed out</p></div></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 1bce7c5..08d18ec 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/7a886601/docs/client_install/license.html
----------------------------------------------------------------------
diff --git a/docs/client_install/license.html b/docs/client_install/license.html
index 5247ef7..3ea0d09 100644
--- a/docs/client_install/license.html
+++ b/docs/client_install/license.html
@@ -97,210 +97,7 @@
 <div class="section">
 <h3>The Apache Software License, Version 2.0<a 
name="The_Apache_Software_License_Version_2.0"></a></h3><a 
name="The_Apache_Software_License_Version_2.0"></a>
 <p>A business-friendly OSS license</p>
-<div class="source">
-<pre>
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, 
reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized 
by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and 
all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal 
Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making 
modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or 
Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, 
&quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a 
Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal 
Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-</pre></div></div></div>
+<p>Can't read the url [http://www.apache.org/licenses/LICENSE-2.0.txt] : Read 
timed out</p></div></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 ed4e041..f93bd37 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/7a886601/docs/command_interface/license.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/license.html 
b/docs/command_interface/license.html
index d0539cb..d7b399c 100644
--- a/docs/command_interface/license.html
+++ b/docs/command_interface/license.html
@@ -97,210 +97,7 @@
 <div class="section">
 <h3>The Apache Software License, Version 2.0<a 
name="The_Apache_Software_License_Version_2.0"></a></h3><a 
name="The_Apache_Software_License_Version_2.0"></a>
 <p>A business-friendly OSS license</p>
-<div class="source">
-<pre>
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      &quot;License&quot; shall mean the terms and conditions for use, 
reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      &quot;Licensor&quot; shall mean the copyright owner or entity authorized 
by
-      the copyright owner that is granting the License.
-
-      &quot;Legal Entity&quot; shall mean the union of the acting entity and 
all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      &quot;control&quot; means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal 
Entity
-      exercising permissions granted by this License.
-
-      &quot;Source&quot; form shall mean the preferred form for making 
modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      &quot;Object&quot; form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      &quot;Work&quot; shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      &quot;Derivative Works&quot; shall mean any work, whether in Source or 
Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      &quot;Contribution&quot; shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, 
&quot;submitted&quot;
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as &quot;Not a 
Contribution.&quot;
-
-      &quot;Contributor&quot; shall mean Licensor and any individual or Legal 
Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a &quot;NOTICE&quot; text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an &quot;AS IS&quot; BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets &quot;[]&quot;
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same &quot;printed page&quot; as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-</pre></div></div></div>
+<p>Can't read the url [http://www.apache.org/licenses/LICENSE-2.0.txt] : Read 
timed out</p></div></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 aaae2e8..6d16f2e 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/7a886601/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 32285c2..4e85ee0 100644
--- a/docs/dcs_reference/apidocs/allclasses-frame.html
+++ b/docs/dcs_reference/apidocs/allclasses-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:34 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>所有类 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 5f75f33..bf3132a 100644
--- a/docs/dcs_reference/apidocs/allclasses-noframe.html
+++ b/docs/dcs_reference/apidocs/allclasses-noframe.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:34 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>所有类 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 3adac43..f64c517 100644
--- a/docs/dcs_reference/apidocs/constant-values.html
+++ b/docs/dcs_reference/apidocs/constant-values.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:33 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>常量字段值 (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 e5cab0a..a76d028 100644
--- a/docs/dcs_reference/apidocs/deprecated-list.html
+++ b/docs/dcs_reference/apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:34 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>已过时的列表 (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 d986f8b..65f01bd 100644
--- a/docs/dcs_reference/apidocs/help-doc.html
+++ b/docs/dcs_reference/apidocs/help-doc.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:34 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API 帮助 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/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 7f6a2b8..282dc16 100644
--- a/docs/dcs_reference/apidocs/index-all.html
+++ b/docs/dcs_reference/apidocs/index-all.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:34 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>索引 (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/index.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/index.html 
b/docs/dcs_reference/apidocs/index.html
index c00d7e1..f81eb7d 100644
--- a/docs/dcs_reference/apidocs/index.html
+++ b/docs/dcs_reference/apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc on Mon Jul 30 09:35:48 CST 2018 -->
+<!-- Generated by javadoc on Mon Jul 30 12:02:34 CST 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Trafodion Database Connectivity Services 2.3.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
index bf5d0a4..b092082 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/Constants.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:45 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constants (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
index 9f85b86..b28ad33 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/VersionAnnotation.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:45 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VersionAnnotation (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
index 2a8e213..7edf7a5 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/Constants.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:33 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.Constants的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
index 88ff260..c3125e3 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/class-use/VersionAnnotation.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:48 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:33 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>类 org.trafodion.dcs.VersionAnnotation的使用 (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
index 601e41f..e105dd1 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/FilterContainer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:45 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>FilterContainer (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
index 715d449..ee2bbde 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HtmlQuoting.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:45 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HtmlQuoting (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
index c574361..e0af9e6 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.RequestChecker.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:46 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.DummyServletFilter.RequestChecker (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
index d894dcf..e95be4e 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.DummyServletFilter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:46 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.DummyServletFilter (Trafodion Database Connectivity Services 
2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
index 9999596..30fbf0e 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.RequestQuoter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:46 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:32 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.QuotingInputFilter.RequestQuoter (Trafodion Database 
Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
index fb1d721..99f3597 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.QuotingInputFilter.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:46 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.QuotingInputFilter (Trafodion Database Connectivity Services 
2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
----------------------------------------------------------------------
diff --git 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
index 9c92225..3ee7765 100644
--- 
a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
+++ 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.StackServlet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:46 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:32 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer.StackServlet (Trafodion Database Connectivity Services 2.3.0 
API)</title>
 <meta name="date" content="2018-07-30">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/7a886601/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
----------------------------------------------------------------------
diff --git a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html 
b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
index 0960237..c13aa81 100644
--- a/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
+++ b/docs/dcs_reference/apidocs/org/trafodion/dcs/http/HttpServer.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="zh">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 09:35:45 CST 2018 
-->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jul 30 12:02:31 CST 2018 
-->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>HttpServer (Trafodion Database Connectivity Services 2.3.0 API)</title>
 <meta name="date" content="2018-07-30">

Reply via email to