You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2018/08/03 18:14:45 UTC

[3/4] trafodion git commit: updated message guide for error 8145

updated message guide for error 8145


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

Branch: refs/heads/master
Commit: c9db73e2e167d95a5ad146d9463abc1e82264497
Parents: 1cab56f
Author: Anoop Sharma <an...@esgyn.com>
Authored: Fri Aug 3 14:49:05 2018 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Fri Aug 3 14:49:05 2018 +0000

----------------------------------------------------------------------
 .../src/asciidoc/_chapters/executor_msgs.adoc      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/c9db73e2/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
index 71b34ff..7ef9db5 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
@@ -193,6 +193,23 @@ prevented by the check option on view <name>.
 *Recovery:* Insert into the base table rather than this view.
 
 <<<
+[[SQL-8145]]
+== SQL 8145
+
+```
+This statement is not supported or incorrect options were specified. Reason: <reason>
+```
+
+Where <reason> is the reason for operation failure.
+
+*Cause:* You attempted to perform an operation with incorrect options
+or unsupported features.
+
+*Effect:* The operation fails.
+
+*Recovery:* Fix the error and re-issue the statement.
+
+<<<
 [[SQL-8302]]
 == SQL 8302