Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1677#discussion_r207412672
--- Diff: core/sql/bin/SqlciErrors.txt ---
@@ -1535,6 +1535,7 @@ $1~String1 --------------------------------
8142 ZZZZZ 99999 ADVANCED INFRM LOGONLY An error was artificially
injected, to test error handling. Testpoint $0~string0, Value $1~string1.
8143 ZZZZZ 99999 ADVANCED INFRM LOGONLY The requested operation stopped
$0~Int0 server processes.
8144 ZZZZZ 99999 ADVANCED MAJOR DIALOUT Corruption is detected in table
$0~string0$1~string1.
+8145 ZZZZZ 99999 BEGINNER MAJOR DBADMIN This statement is not supported or
incorrect options were specified. Reason: $0~string0
--- End diff --
Could you add this to the Messages Guide too?
---