initialize_enum(IN p_enum_def jsonb)


Description

Based on a specially formatted JSON object passed as a parameter, this function will create a new enumeration along with its optional functional types and starting value records.

Parameters

Name Type Mode
p_enum_def jsonb IN

Definition