aonestar
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
sp_raise_error
Parameters
Name
Type
Mode
error_detail
json
IN
msg_code
text
IN
msg_text
text
IN
format_args
text[]
IN (DEFAULT NULL)
Definition
BEGIN RAISE EXCEPTION SQLSTATE '99999' USING detail = error_detail; END