Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- List of functions
- Schema | Name | Result data type | Argument data types | Type
- ------------+------------------------------+------------------+-------------------------------------------------------------------------------+--------
- pg_catalog | array_to_json | json | anyarray | normal
- pg_catalog | array_to_json | json | anyarray, boolean | normal
- pg_catalog | gin_compare_jsonb | integer | text, text | normal
- pg_catalog | gin_consistent_jsonb | boolean | internal, smallint, anyarray, integer, internal, internal, internal, internal | normal
- pg_catalog | gin_consistent_jsonb_path | boolean | internal, smallint, anyarray, integer, internal, internal, internal, internal | normal
- pg_catalog | gin_extract_jsonb | internal | internal, internal, internal | normal
- pg_catalog | gin_extract_jsonb_path | internal | internal, internal, internal | normal
- pg_catalog | gin_extract_jsonb_query | internal | anyarray, internal, smallint, internal, internal, internal, internal | normal
- pg_catalog | gin_extract_jsonb_query_path | internal | anyarray, internal, smallint, internal, internal, internal, internal | normal
- pg_catalog | gin_triconsistent_jsonb | boolean | internal, smallint, anyarray, integer, internal, internal, internal | normal
- pg_catalog | gin_triconsistent_jsonb_path | boolean | internal, smallint, anyarray, integer, internal, internal, internal | normal
- pg_catalog | json_agg | json | anyelement | agg
- pg_catalog | json_agg_finalfn | json | internal | normal
- pg_catalog | json_agg_transfn | internal | internal, anyelement | normal
- pg_catalog | json_array_element | json | from_json json, element_index integer | normal
- pg_catalog | json_array_element_text | text | from_json json, element_index integer | normal
- pg_catalog | json_array_elements | SETOF json | from_json json, OUT value json | normal
- pg_catalog | json_array_elements_text | SETOF text | from_json json, OUT value text | normal
- pg_catalog | json_array_length | integer | json | normal
- pg_catalog | json_build_array | json | | normal
- pg_catalog | json_build_array | json | VARIADIC "any" | normal
- pg_catalog | json_build_object | json | | normal
- pg_catalog | json_build_object | json | VARIADIC "any" | normal
- pg_catalog | json_each | SETOF record | from_json json, OUT key text, OUT value json | normal
- pg_catalog | json_each_text | SETOF record | from_json json, OUT key text, OUT value text | normal
- pg_catalog | json_extract_path | json | from_json json, VARIADIC path_elems text[] | normal
- pg_catalog | json_extract_path_text | text | from_json json, VARIADIC path_elems text[] | normal
- pg_catalog | json_in | json | cstring | normal
- pg_catalog | json_object | json | text[] | normal
- pg_catalog | json_object | json | text[], text[] | normal
- pg_catalog | json_object_agg | json | "any", "any" | agg
- pg_catalog | json_object_agg_finalfn | json | internal | normal
- pg_catalog | json_object_agg_transfn | internal | internal, "any", "any" | normal
- pg_catalog | json_object_field | json | from_json json, field_name text | normal
- pg_catalog | json_object_field_text | text | from_json json, field_name text | normal
- pg_catalog | json_object_keys | SETOF text | json | normal
- pg_catalog | json_out | cstring | json | normal
- pg_catalog | json_populate_record | anyelement | base anyelement, from_json json, use_json_as_text boolean DEFAULT false | normal
- pg_catalog | json_populate_recordset | SETOF anyelement | base anyelement, from_json json, use_json_as_text boolean DEFAULT false | normal
- pg_catalog | json_recv | json | internal | normal
- pg_catalog | json_send | bytea | json | normal
- pg_catalog | json_to_record | record | json | normal
- pg_catalog | json_to_recordset | SETOF record | json | normal
- pg_catalog | json_typeof | text | json | normal
- pg_catalog | jsonb_array_element | jsonb | from_json jsonb, element_index integer | normal
- pg_catalog | jsonb_array_element_text | text | from_json jsonb, element_index integer | normal
- pg_catalog | jsonb_array_elements | SETOF jsonb | from_json jsonb, OUT value jsonb | normal
- pg_catalog | jsonb_array_elements_text | SETOF text | from_json jsonb, OUT value text | normal
- pg_catalog | jsonb_array_length | integer | jsonb | normal
- pg_catalog | jsonb_cmp | integer | jsonb, jsonb | normal
- pg_catalog | jsonb_contained | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_contains | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_each | SETOF record | from_json jsonb, OUT key text, OUT value jsonb | normal
- pg_catalog | jsonb_each_text | SETOF record | from_json jsonb, OUT key text, OUT value text | normal
- pg_catalog | jsonb_eq | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_exists | boolean | jsonb, text | normal
- pg_catalog | jsonb_exists_all | boolean | jsonb, text[] | normal
- pg_catalog | jsonb_exists_any | boolean | jsonb, text[] | normal
- pg_catalog | jsonb_extract_path | jsonb | from_json jsonb, VARIADIC path_elems text[] | normal
- pg_catalog | jsonb_extract_path_text | text | from_json jsonb, VARIADIC path_elems text[] | normal
- pg_catalog | jsonb_ge | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_gt | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_hash | integer | jsonb | normal
- pg_catalog | jsonb_in | jsonb | cstring | normal
- pg_catalog | jsonb_le | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_lt | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_ne | boolean | jsonb, jsonb | normal
- pg_catalog | jsonb_object_field | jsonb | from_json jsonb, field_name text | normal
- pg_catalog | jsonb_object_field_text | text | from_json jsonb, field_name text | normal
- pg_catalog | jsonb_object_keys | SETOF text | jsonb | normal
- pg_catalog | jsonb_out | cstring | jsonb | normal
- pg_catalog | jsonb_populate_record | anyelement | anyelement, jsonb | normal
- pg_catalog | jsonb_populate_recordset | SETOF anyelement | anyelement, jsonb | normal
- pg_catalog | jsonb_recv | jsonb | internal | normal
- pg_catalog | jsonb_send | bytea | jsonb | normal
- pg_catalog | jsonb_to_record | record | jsonb | normal
- pg_catalog | jsonb_to_recordset | SETOF record | jsonb | normal
- pg_catalog | jsonb_typeof | text | jsonb | normal
- pg_catalog | row_to_json | json | record | normal
- pg_catalog | row_to_json | json | record, boolean | normal
- pg_catalog | to_json | json | anyelement | normal
- (81 rows)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement