jsonb_set_lax(jsonb_in jsonb, path text[], replacement jsonb, create_if_missing boolean DEFAULT true, null_value_treatment text DEFAULT 'use_json_null'::text)


Description

Set part of a jsonb, handle NULL value

Parameters

Name Type Mode
jsonb_in jsonb IN
path text[] IN
replacement jsonb IN
create_if_missing boolean IN
null_value_treatment text IN

Definition