jsonb_path_query_first_tz(target jsonb, path jsonpath, vars jsonb DEFAULT '{}'::jsonb, silent boolean DEFAULT false)


Description

jsonpath query first item with timezone

Parameters

Name Type Mode
target jsonb IN
path jsonpath IN
vars jsonb IN
silent boolean IN

Definition