This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE OR REPLACE FUNCTION shared.raise_exception( | |
value anyelement, | |
message text default 'Unhandled value', | |
detail text default null, | |
hint text default 'See value (type %s) in detail as JSON', | |
errcode text default 'raise_exception', | |
"constraint" text default null, | |
"schema" text default null, | |
"table" text default null, | |
"column" text default null |