valid until function changed to show additional info

This commit is contained in:
dodger 2022-01-21 11:03:03 +01:00
parent 180929cfb1
commit 988fcd9dca
Signed by: dodger
GPG Key ID: 88EBA27269A8C431

View File

@ -56,7 +56,7 @@ begin
raise exception 'You''re not allowed to run this function directly' raise exception 'You''re not allowed to run this function directly'
using errcode = '22023' -- 22023 = "invalid_parameter_value' using errcode = '22023' -- 22023 = "invalid_parameter_value'
, detail = 'Please call dba.change_my_password function.' , detail = 'Please call dba.change_my_password function.'
, hint = 'Don''t mess with the devil'; , hint = 'Invoked function: ' || _invokingfunction ;
end if; end if;
end end
$BODY$; $BODY$;