jsonb_set(jsonb_in jsonb, path text[], replacement jsonb, create_if_missing boolean DEFAULT true)


Description

Set part of a jsonb

Parameters

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

Definition