pg_input_error_info(value text, type_name text, OUT message text, OUT detail text, OUT hint text, OUT sql_error_code text)


Description

get error details if string is not valid input for data type

Parameters

Name Type Mode
value text IN
type_name text IN
message text OUT
detail text OUT
hint text OUT
sql_error_code text OUT

Definition