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 <[email protected]> Authored: Wed Mar 14 23:52:14 2018 +0000 Committer: Hans Zeller <[email protected]> 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
