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/05/24 15:28:56 UTC

[2/4] trafodion git commit: Add Syntax

Add Syntax


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a4bbb764
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a4bbb764
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a4bbb764

Branch: refs/heads/master
Commit: a4bbb764f949784c766a4b5645bd3631b67c3631
Parents: 7d0ffe8
Author: liu.yu <qw...@hotmail.com>
Authored: Wed May 23 17:07:04 2018 +0800
Committer: liu.yu <qw...@hotmail.com>
Committed: Wed May 23 17:07:04 2018 +0800

----------------------------------------------------------------------
 docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/a4bbb764/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
index 2fe09e8..5250c11 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
@@ -1714,6 +1714,10 @@ CREATE [VOLATILE | UNIQUE] INDEX index-name ON table
    [HBASE_OPTIONS (hbase-options-list)]
    [SALT LIKE TABLE]
 
+populate-option is:
+  POPULATE
+| NO POPULATE
+
 hbase-options-list is:
    hbase-option = 'value'[, hbase-option = 'value']...
 ```