Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1460#discussion_r172066807
--- Diff: core/sql/bin/SqlciErrors.txt ---
@@ -1331,6 +1331,7 @@ $1~String1 --------------------------------
4320 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Stream access is not allowed on
multi-partitioned table or index, when flag ATTEMPT_ASYNCHRONOUS_ACCESS is set
to OFF. Object in scope: $0~TableName.
4321 ZZZZZ 99999 BEGINNER MAJOR DBADMIN An embedded update/delete is not
allowed on a partitioned table, when flag ATTEMPT_ASYNCHRONOUS_ACCESS is set to
OFF. Object in scope: $0~TableName.
4322 0A000 99999 BEGINNER MAJOR DBADMIN A column with BLOB datatype cannot
be used in this clause or function.
+4323 ZZZZZ 99999 BEGINNER MAJOR DBADMIN Use of predefined UDF $0~String0
is deprecated and this function will be removed in a future release. Please use
the function with the same name in schema TRAFODION."_LIBMGR_" instead. You may
need to issue this command first: INITIALIZE TRAFODION, UPGRADE LIBRARY
MANAGEMENT.
--- End diff --
Consider adding this message to the Trafodion Messages Guide.
---