aonestar
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
fn_format_error
Parameters
Name
Type
Mode
sql_state
text
IN
error_msg
text
IN
error_detail
text
IN
error_hint
text
IN
error_context
text
IN
Definition
SELECT format('EXCEPTION: sql_state : %s message: %s detail : %s hint : %s context: %s', sql_state, error_msg, error_detail, error_hint, error_context )