jsonb_insert(jsonb_in jsonb, path text[], replacement jsonb, insert_after boolean DEFAULT false)


Description

Insert value into a jsonb

Parameters

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

Definition