- class="parameter">expression can be any string-valued
- expression.
- MESSAGE> sets the error message text (this option can't
- be used in the form of RAISE> that includes a format
- string before USING>).
- DETAIL> supplies an error detail message, while
- HINT> supplies a hint message.
- ERRCODE> specifies the error code (SQLSTATE) to report,
- either by condition name as shown in ,
- or directly as a five-character SQLSTATE code.
+ class="parameter">expression items. Each
+ expression can be any
+ string-valued expression. The allowed
+ class="parameter">option key words are:
+
+
+
+ MESSAGE
+
+
Sets the error message text. This option can't be used in the
+ form of RAISE> that includes a format string
+ before USING>.
+
+
+
+
+ DETAIL
+
+
Supplies an error detail message.
+
+
+
+
+ HINT
+
+
Supplies a hint message.
+
+
+
+
+ ERRCODE
+
+
Specifies the error code (SQLSTATE) to report, either by condition
+ name, as shown in , or directly as a
+ five-character SQLSTATE code.
+
+
+