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 2016/10/13 15:50:53 UTC

[2/3] incubator-trafodion git commit: Reworks based on Roberta's comments

Reworks based on Roberta's comments


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

Branch: refs/heads/master
Commit: 304be222749dc08cc29e548bc11f72f0ee913156
Parents: 12ff1c4
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Oct 12 18:50:50 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Oct 12 18:50:50 2016 +0000

----------------------------------------------------------------------
 docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/304be222/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
index 6e0e5d6..9b6bef7 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
@@ -3151,7 +3151,7 @@ Table cannot be renamed. <reason>
 ```
 
 *Cause:* You attempted to perform ALTER TABLE RENAME but the rename could not be performed.
-The <reason> explains why.
+<reason> gives more detail.
 
 *Effect:* The operation fails.
 
@@ -3176,7 +3176,7 @@ encounter this error unless you are making code changes to {project-name} yourse
 == SQL 1429
 
 ```
-Inserts into _ROW_ format external hbase tables can only use the VALUES clause and must use the column_create function to create values.
+Inserts into _ROW_ format external HBase tables can only use the VALUES clause and must use the column_create function to create values.
 ```
 
 *Cause:* You attempted an INSERT/SELECT into an external _ROW_ format HBase table, or you attempted an INSERT using the VALUES