jsonb_array_elements_text ( jsonb ) → setof textExpands the top-level JSON array into a set of
text values.select * from json_array_elements_text('["foo", "bar"]') → value
-----------
foo
barExpands the top-level JSON array into a set of text values.
jsonb_array_elements_text ( jsonb ) → setof textExpands the top-level JSON array into a set of
text values.select * from json_array_elements_text('["foo", "bar"]') → value
-----------
foo
barDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source