You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2018/03/15 15:48:43 UTC

[1/2] trafodion git commit: Removing the "WITH PARTITIONS" syntax description

Repository: trafodion
Updated Branches:
  refs/heads/master b19868adc -> 7b5902fbe


Removing the "WITH PARTITIONS" syntax description

This option does not do anything in Trafodion.


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

Branch: refs/heads/master
Commit: 4520a46dae2fffe58c8db70ba15d05d1a83235d6
Parents: d505aee
Author: Hans Zeller <hz...@apache.org>
Authored: Wed Mar 14 23:52:14 2018 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Wed Mar 14 23:52:14 2018 +0000

----------------------------------------------------------------------
 .../sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/4520a46d/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 48c2f4f..eebaf4b 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
@@ -2982,14 +2982,6 @@ directs {project-name} SQL to use constraints from _source-table_. Constraint na
 When you perform a CREATE TABLE LIKE, whether or not you include the WITH CONSTRAINTS clause, the target table will have all
 the NOT NULL column constraints that exist for the source table with different constraint names.
 
-*** `WITH PARTITIONS`
-+
-directs {project-name} SQL to use partition definitions from _source-table_. Each new table partition resides on the same volume
-as its original _source-table_ counterpart. The new table partitions do not inherit partition names from the original table.
-Instead, {project-name} SQL generates new names based on the physical file location.
-+
-If you specify the LIKE clause and the SALT USING _num_ PARTITIONS clause, you cannot specify WITH PARTITIONS.
-
 *** `WITHOUT DIVISION`
 +
 directs {project-name} SQL to not use divisioning from _source-table_. If this clause is omitted, then 


[2/2] trafodion git commit: Merge Removing the " WITH PARTITIONS" syntax description PR-1476

Posted by hz...@apache.org.
Merge Removing the &quot;WITH PARTITIONS&quot; syntax description PR-1476


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

Branch: refs/heads/master
Commit: 7b5902fbed64dcd9c1a870bce2880fbed07072dd
Parents: b19868a 4520a46
Author: Hans Zeller <hz...@apache.org>
Authored: Thu Mar 15 15:48:12 2018 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Thu Mar 15 15:48:12 2018 +0000

----------------------------------------------------------------------
 .../sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------