You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2018/02/20 19:13:54 UTC

[13/24] trafodion-site git commit: Merge [TRAFODION-2959] PR 1445 Update download URLs for old releases

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/2.3.0/sql_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/dependencies.html b/docs/2.3.0/sql_reference/dependencies.html
index 8007025..dbfe5ce 100644
--- a/docs/2.3.0/sql_reference/dependencies.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/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 857be4d..c130df3 100644
--- a/docs/2.3.0/sql_reference/index.html
+++ b/docs/2.3.0/sql_reference/index.html
@@ -1758,7 +1758,6 @@ table.CodeRay td.code>pre{padding:0}
 <ul class="sectlevel3">
 <li><a href="#considerations_for_rollup">7.100.1. Considerations for ROLLUP</a></li>
 <li><a href="#examples_of_rollup">7.100.2. Examples of ROLLUP</a></li>
-<li><a href="#examples_of_null">7.100.3. Examples of NULL</a></li>
 </ul>
 </li>
 <li><a href="#round_function">7.101. ROUND Function</a>
@@ -11002,17 +11001,18 @@ option is:
     COMPONENT PRIVILEGES ON component-name [FOR auth-name]
   | COMPONENTS
   | FUNCTIONS FOR LIBRARY [[catalog-name.]schema-name.]library-name
-  | functions [in schema [catalog-name.]schema-name]
-  | libraries [in schema [catalog-name.]schema-name]
-  | procedures for library [[catalog-name.]schema-name.]library-name
-  | procedures [in schema [catalog-name.]schema-name]
-  | roles [for user database-username]
-  | schemas [in catalog catalog-name]
-  | schemas for [user | role] authorization-id
-  | tables [in schema [catalog-name.]schema-name]
-  | users [for role role-name]
-  | views [in schema [catalog-name.]schema-name]
-  | views on table [[catalog-name.]schema-name.]table-name</code></pre>
+  | FUNCTIONS [IN SCHEMA [catalog-name.]schema-name]
+  | LIBRARIES [IN SCHEMA [catalog-name.]schema-name]
+  | PROCEDURES FOR LIBRARY [[catalog-name.]schema-name.]library-name
+  | PROCEDURES [IN SCHEMA [catalog-name.]schema-name]
+  | ROLES [FOR USER database-username]
+  | SCHEMAS [IN CATALOG catalog-name]
+  | SCHEMAS FOR [USER | ROLE] authorization-id
+  | TABLES [IN SCHEMA [catalog-name.]schema-name]
+  | USERS [FOR ROLE role-name]
+  | VIEWS [IN SCHEMA [catalog-name.]schema-name]
+  | VIEWS ON TABLE [[catalog-name.]schema-name.]table-name
+  | PRIVILEGES FOR {USER database-username | ROLE role-name}</code></pre>
 </div>
 </div>
 <div class="sect3">
@@ -11027,16 +11027,12 @@ option is:
 </li>
 <li>
 <p><code>COMPONENT PRIVILEGES ON <em>component-name</em> FOR <em>auth-name</em></code></p>
-</li>
-</ul>
-</div>
 <div class="paragraph">
 <p>displays the component privileges that have been granted to the specified authorization name for the specified component.
 The <em>auth-name</em> is either a registered database username or an existing role name and can be a regular or delimited
 case-insensitive identifier. See <a href="#case_insensitive_delimited_identifiers">Case-Insensitive Delimited Identifiers</a>.</p>
 </div>
-<div class="ulist">
-<ul>
+</li>
 <li>
 <p><code>COMPONENTS</code></p>
 <div class="paragraph">
@@ -11070,7 +11066,7 @@ the catalog is TRAFODION, and the schema is SEABASE.</p>
 <li>
 <p><code>libraries</code></p>
 <div class="paragraph">
-<p>displays the names of all the libraries in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the libraries in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
@@ -11083,7 +11079,7 @@ and the schema is seabase.</p>
 <li>
 <p><code>procedures</code></p>
 <div class="paragraph">
-<p>displays the names of all the procedures in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the procedures in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
@@ -11108,20 +11104,20 @@ and the schema is seabase.</p>
 <li>
 <p><code>roles for user <em>database-username</em></code></p>
 <div class="paragraph">
-<p>displays all the roles that have been granted to the specified database user. the <em>database-username</em> can be a regular or delimited
+<p>displays all the roles that have been granted to the specified database user. The <em>database-username</em> can be a regular or delimited
 case-insensitive identifier. see <a href="#case_insensitive_delimited_identifiers">case-insensitive delimited identifiers</a>.</p>
 </div>
 </li>
 <li>
 <p><code>schemas</code></p>
 <div class="paragraph">
-<p>displays the names of all the schemas in the catalog of the current session. by default, the catalog is trafodion.</p>
+<p>displays the names of all the schemas in the catalog of the current session. By default, the catalog is trafodion.</p>
 </div>
 </li>
 <li>
 <p><code>schemas in catalog <em>catalog-name</em></code></p>
 <div class="paragraph">
-<p>displays the names of all the schemas in the specified catalog. for the <em>catalog-name</em>, you can specify only trafodion.</p>
+<p>displays the names of all the schemas in the specified catalog. For the <em>catalog-name</em>, you can specify only trafodion.</p>
 </div>
 </li>
 <li>
@@ -11131,7 +11127,7 @@ case-insensitive identifier. see <a href="#case_insensitive_delimited_identifier
 </div>
 </li>
 <li>
-<p>`<em>authorization-id</em></p>
+<p><code><em>authorization-id</em></code></p>
 <div class="paragraph">
 <p>is the name of a user or role. you may specify either user or role for users or roles.</p>
 </div>
@@ -11139,7 +11135,7 @@ case-insensitive identifier. see <a href="#case_insensitive_delimited_identifier
 <li>
 <p><code>tables</code></p>
 <div class="paragraph">
-<p>displays the names of all the tables in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the tables in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
@@ -11158,8 +11154,8 @@ and the schema is seabase.</p>
 <li>
 <p><code>users for role <em>role-name</em></code></p>
 <div class="paragraph">
-<p>displays all the database users who have been granted the specified role. the <em>role-name</em> can be a regular or delimited
-case-insensitive identifier. see <a href="#case_insensitive_delimited_identifiers">case-insensitive delimited identifiers</a>.</p>
+<p>displays all the database users who have been granted the specified role. The <em>role-name</em> can be a regular or delimited
+case-insensitive identifier. For more information, see <a href="#case_insensitive_delimited_identifiers">case-insensitive delimited identifiers</a>.</p>
 </div>
 </li>
 </ul>
@@ -11170,21 +11166,21 @@ case-insensitive identifier. see <a href="#case_insensitive_delimited_identifier
 <li>
 <p><code>views</code></p>
 <div class="paragraph">
-<p>displays the names of all the views in the catalog and schema of the current session. by default, the catalog is trafodion,
+<p>displays the names of all the views in the catalog and schema of the current session. By default, the catalog is trafodion,
 and the schema is seabase.</p>
 </div>
 </li>
 <li>
 <p><code>views in schema <em class="_catalog-name_.">schema-name</em></code></p>
 <div class="paragraph">
-<p>displays the names of all the views in the specified schema. for the <em>catalog-name</em>, you can specify only trafodion.</p>
+<p>displays the names of all the views in the specified schema. For the <em>catalog-name</em>, you can specify only trafodion.</p>
 </div>
 </li>
 <li>
 <p><code>views on table [[_catalog-name_.]<em>schema-name</em>.]<em>table-name</em></code></p>
 <div class="paragraph">
-<p>displays the names of all the views that were created for the specified table. if you do not qualify the table name with
-catalog and schema names, get uses the catalog and schema of the current session. for the <em>catalog-name</em>, you can specify
+<p>displays the names of all the views that were created for the specified table. If you do not qualify the table name with
+catalog and schema names, get uses the catalog and schema of the current session. For the <em>catalog-name</em>, you can specify
 only trafodion.</p>
 </div>
 </li>
@@ -11200,7 +11196,7 @@ only trafodion.</p>
 <i class="fa icon-important" title="Important"></i>
 </td>
 <td class="content">
-The GET COMPONENT PRIVILEGES, GET COMPONENTS, GET ROLES FOR USER, and GET USERS FOR ROLE statements work only when
+The GET COMPONENT PRIVILEGES, GET COMPONENTS, GET ROLES FOR USER, GET USERS FOR ROLE statements and GET PRIVILEGES FOR {USER database-username | ROLE role-name} statements work only when
 authentication and authorization are enabled in Trafodion. For more information, see
 <a href="http://trafodion.apache.org/docs/provisioning_guide/index.html#enable-security" class="bare">http://trafodion.apache.org/docs/provisioning_guide/index.html#enable-security</a> [Enable Secure Trafodion].
 </td>
@@ -11379,7 +11375,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays a list of all the existing components:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get components;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET COMPONENTS;</code></pre>
 </div>
 </div>
 </li>
@@ -11387,7 +11383,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays the names of the component privileges available for the SQL_OPERATIONS component:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get component privileges on sql_operations;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET COMPONENT PRIVILEGES ON sql_operations;</code></pre>
 </div>
 </div>
 </li>
@@ -11395,7 +11391,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays the component privileges that have been granted to the DB ROOT user for the SQL_OPERATIONS component:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get component privileges on sql_operations for db root;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET COMPONENT PRIVILEGES ON sql_operations FOR db root;</code></pre>
 </div>
 </div>
 </li>
@@ -11403,7 +11399,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays a list of all the existing roles:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get roles;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET ROLES;</code></pre>
 </div>
 </div>
 </li>
@@ -11411,7 +11407,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays all the roles that have been granted to the DB ROOT user:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get roles for user db root;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET ROLES FOR USER db root;</code></pre>
 </div>
 </div>
 </li>
@@ -11419,7 +11415,7 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays a list of all the registered database users:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get users;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET USERS;</code></pre>
 </div>
 </div>
 </li>
@@ -11427,7 +11423,62 @@ TRAFODION.SEABASE:</p>
 <p>This GET statement displays all the database users who have been granted the DB ROOTROLE role:</p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="text">get users for role db rootrole;</code></pre>
+<pre class="CodeRay highlight"><code data-lang="text">GET USERS FOR ROLE db rootrole;</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example demonstrates how to grant privileges to the specified database user <em>testuser1</em> and display privileges.</p>
+<div class="paragraph">
+<p>The <em>testuser1</em> grants some privileges to the <em>testuser2</em> on the table <em>project</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GRANT DELETE, INSERT, REFERENCES, SELECT (PROJCODE,PROJDESC), UPDATE ON TABLE project TO testuser2;
+
+--- SQL operation complete.</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This GET statement displays all the privileges that have been granted to the <em>testuser2</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GET PRIVILEGES FOR USER testuser2;
+
+-IDU-R-    TRAFODION.SEABASE.PROJECT
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; PROJCODE
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; PROJDESC
+
+--- SQL operation complete.</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>This example shows how to grant privileges to the specified role <em>"TECHNICAL_WRITER"</em> and display privileges.</p>
+<div class="paragraph">
+<p>The <em>testuser1</em> grants some privileges to the <em>"TECHNICAL_WRITER"</em> on the table <em>project</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GRANT DELETE, INSERT, REFERENCES, SELECT (start_date,ship_timestamp,est_complete), UPDATE ON TABLE project TO &quot;TECHNICAL_WRITER&quot;;
+
+--- SQL operation complete.</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This GET statement displays all the privileges that have been granted to the <em>"TECHNICAL_WRITER"</em>.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="text">SQL&gt;GET PRIVILEGES FOR ROLE &quot;TECHNICAL_WRITER&quot;;
+
+-IDU-R-    TRAFODION.SEABASE.PROJECT
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; EST_COMPLETE
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; SHIP_TIMESTAMP
+S------    TRAFODION.SEABASE.PROJECT &lt;Column&gt; START_DATE
+
+--- SQL operation complete.</code></pre>
 </div>
 </div>
 </li>
@@ -12352,7 +12403,7 @@ grantee is:
 <div class="ulist">
 <ul>
 <li>
-<p>`<em>role-name</em> [,<em>role-name</em>] &#8230;</p>
+<p><code><em>role-name</em> [,<em>role-name</em>]_</code></p>
 <div class="paragraph">
 <p>specifies the existing roles to grant.</p>
 </div>
@@ -29439,6 +29490,11 @@ evaluation of the expression argument.</p></td>
 evaluation of the expression argument.</p></td>
 </tr>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#rollup_function">ROLLUP Function</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Calculates multiple levels of subtotals aggregating from right to left through the
+comma-separated list of columns, and provides a grand total.</p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#stddev_function">STDDEV Function</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Computes the statistical standard deviation of a group of numbers
 derived from the evaluation of the expression argument of the function.
@@ -38623,7 +38679,7 @@ SET jobdesc = RIGHT (jobdesc, 12);</code></pre>
 <p>The ROLLUP function calculates multiple levels of subtotals aggregating from right to left through the comma-separated list of columns, and provides a grand total.</p>
 </div>
 <div class="paragraph">
-<p>ROLLUP is an extension to the 'GROUP BY' clause. Related features such as the GROUPING function can be used with 'ORDER BY' to control the placement of summary results.</p>
+<p>ROLLUP is an extension to the <code>GROUP BY</code> clause. Related features such as the GROUPING function can be used with <code>ORDER BY</code> to control the placement of summary results.</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -38839,9 +38895,8 @@ GROUP BY ROLLUP (delivery_year, region, product);</code></pre>
 </ul>
 </div>
 </div>
-</div>
-<div class="sect3">
-<h4 id="examples_of_null">7.100.3. Examples of NULL</h4>
+<div class="sect4">
+<h5 id="examples_of_null">Examples of NULL</h5>
 <div class="paragraph">
 <p>The example below demonstrates how ROLLUP treats NULLs in the selected columns and generates NULLs for super-aggregate rows.</p>
 </div>
@@ -38897,6 +38952,7 @@ GROUP BY ROLLUP (delivery_year, region, product);</code></pre>
 --- 16 row(s) selected.</code></pre>
 </div>
 </div>
+</div>
 <div class="sect4">
 <h5 id="examples_of_using_rollup_with_the_column_order_reversed">Examples of Using ROLLUP with the Column Order Reversed</h5>
 <div class="paragraph">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/2.3.0/sql_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/integration.html b/docs/2.3.0/sql_reference/integration.html
index c6f6f66..00f3a95 100644
--- a/docs/2.3.0/sql_reference/integration.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/2.3.0/sql_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/issue-tracking.html b/docs/2.3.0/sql_reference/issue-tracking.html
index 29ef2a6..736438c 100644
--- a/docs/2.3.0/sql_reference/issue-tracking.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/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 95e6c00..544ca6b 100644
--- a/docs/2.3.0/sql_reference/license.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/2.3.0/sql_reference/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/mail-lists.html b/docs/2.3.0/sql_reference/mail-lists.html
index 86bee3e..fbc5de6 100644
--- a/docs/2.3.0/sql_reference/mail-lists.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a>
@@ -89,7 +89,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr></table></div>
+        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Security Issues</td><td>Subscribe</td><td>Unsubscribe</td><td><a class="externalLink" href="mailto:security@trafodion.apache.org">Post</a></td><td>-</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/2.3.0/sql_reference/project-info.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/project-info.html b/docs/2.3.0/sql_reference/project-info.html
index f68fa4f..32644a9 100644
--- a/docs/2.3.0/sql_reference/project-info.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/2.3.0/sql_reference/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/project-summary.html b/docs/2.3.0/sql_reference/project-summary.html
index 0309d74..4ef11fe 100644
--- a/docs/2.3.0/sql_reference/project-summary.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/2.3.0/sql_reference/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/source-repository.html b/docs/2.3.0/sql_reference/source-repository.html
index af76724..9993e82 100644
--- a/docs/2.3.0/sql_reference/source-repository.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/2.3.0/sql_reference/team-list.html
----------------------------------------------------------------------
diff --git a/docs/2.3.0/sql_reference/team-list.html b/docs/2.3.0/sql_reference/team-list.html
index 145d3fe..4cefed2 100644
--- a/docs/2.3.0/sql_reference/team-list.html
+++ b/docs/2.3.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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/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 5cf6fa9..5a7f1f9 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/bc6c0303/docs/client_install/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/client_install/dependencies.html b/docs/client_install/dependencies.html
index 04384c0..1187083 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/integration.html
----------------------------------------------------------------------
diff --git a/docs/client_install/integration.html b/docs/client_install/integration.html
index c871a6a..7ba0f89 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/client_install/issue-tracking.html b/docs/client_install/issue-tracking.html
index a710ca1..9120615 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/license.html
----------------------------------------------------------------------
diff --git a/docs/client_install/license.html b/docs/client_install/license.html
index 7ef0730..1be6f5c 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/client_install/mail-lists.html b/docs/client_install/mail-lists.html
index fe24e0d..feb582c 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Client Installation Guide">Trafodion Client Installation Guide</a>
@@ -89,7 +89,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr></table></div>
+        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Security Issues</td><td>Subscribe</td><td>Unsubscribe</td><td><a class="externalLink" href="mailto:security@trafodion.apache.org">Post</a></td><td>-</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/client_install/project-info.html
----------------------------------------------------------------------
diff --git a/docs/client_install/project-info.html b/docs/client_install/project-info.html
index cf60547..4a631d1 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/client_install/project-summary.html b/docs/client_install/project-summary.html
index d6e2af5..5e59c76 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/client_install/source-repository.html b/docs/client_install/source-repository.html
index f939c6b..c07203b 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/client_install/team-list.html
----------------------------------------------------------------------
diff --git a/docs/client_install/team-list.html b/docs/client_install/team-list.html
index c29a615..85ae305 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/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 c16e005..cf47e4e 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/bc6c0303/docs/command_interface/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/dependencies.html b/docs/command_interface/dependencies.html
index 7894c09..9f4a16a 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/integration.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/integration.html b/docs/command_interface/integration.html
index ee2aae6..0e7702c 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/issue-tracking.html b/docs/command_interface/issue-tracking.html
index 18a3e2e..b52c2ff 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/license.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/license.html b/docs/command_interface/license.html
index b8fa00f..f4f6f69 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/mail-lists.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/mail-lists.html b/docs/command_interface/mail-lists.html
index c3988d9..7cf1d17 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion Command Interface Guide">Trafodion Command Interface Guide</a>
@@ -89,7 +89,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr></table></div>
+        <div class="section"><h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a><p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p><table border="0" class="bodyTable"><tr class="a"><th>Name</th><th>Subscribe</th><th>Unsubscribe</th><th>Post</th><th>Archive</th></tr><tr class="b"><td>User List</td><td><a class="externalLink" href="mailto:user-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:user-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:user@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-user/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Developer List</td><td><a class="externalLink" href="mailto:dev-subscribe@trafodion.apache.org">Subscribe</a></td><td><a cla
 ss="externalLink" href="mailto:dev-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td><a class="externalLink" href="mailto:dev@trafodion.apache.org">Post</a></td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-dev/">mail-archives.apache.org</a></td></tr><tr class="b"><td>GitHub Codereview List</td><td><a class="externalLink" href="mailto:codereview-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:codereview-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-codereview/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Commits List</td><td><a class="externalLink" href="mailto:commits-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:commits-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archive
 s.apache.org/mod_mbox/trafodion-commits/">mail-archives.apache.org</a></td></tr><tr class="b"><td>Issues List</td><td><a class="externalLink" href="mailto:issues-subscribe@trafodion.apache.org">Subscribe</a></td><td><a class="externalLink" href="mailto:issues-unsubscribe@trafodion.apache.org">Unsubscribe</a></td><td>-</td><td><a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/trafodion-issues/">mail-archives.apache.org</a></td></tr><tr class="a"><td>Security Issues</td><td>Subscribe</td><td>Unsubscribe</td><td><a class="externalLink" href="mailto:security@trafodion.apache.org">Post</a></td><td>-</td></tr></table></div>
       </div>
     </div>
     <div class="clear">

http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/bc6c0303/docs/command_interface/project-info.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/project-info.html b/docs/command_interface/project-info.html
index 914baf5..a11d6c3 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/project-summary.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/project-summary.html b/docs/command_interface/project-summary.html
index f5b892c..67a396b 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/source-repository.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/source-repository.html b/docs/command_interface/source-repository.html
index 1eb906a..97f7c3e 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/command_interface/team-list.html
----------------------------------------------------------------------
diff --git a/docs/command_interface/team-list.html b/docs/command_interface/team-list.html
index 976a863..2078a15 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/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 c0a4944..147fe9c 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/bc6c0303/docs/cqd_reference/dependencies.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/dependencies.html b/docs/cqd_reference/dependencies.html
index 4f23a92..dd1881e 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/cqd_reference/integration.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/integration.html b/docs/cqd_reference/integration.html
index 72a6625..8b36d05 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/cqd_reference/issue-tracking.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/issue-tracking.html b/docs/cqd_reference/issue-tracking.html
index 917907b..26f37b6 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.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/bc6c0303/docs/cqd_reference/license.html
----------------------------------------------------------------------
diff --git a/docs/cqd_reference/license.html b/docs/cqd_reference/license.html
index 6a77f4b..aef6722 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 at Jan 30, 2018 -->
+<!-- Generated by Apache Maven Doxia at Feb 20, 2018 -->
 <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="20180130" />
+    <meta name="Date-Revision-yyyymmdd" content="20180220" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -27,7 +27,7 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2018-01-30</span>
+        <span id="publishDate">Last Published: 2018-02-20</span>
                   &nbsp;| <span id="projectVersion">Version: 2.3.0</span>
                       </div>
             <div class="xright">                    <a href="./" title="Trafodion CQD Reference Guide">Trafodion CQD Reference Guide</a>