Module jsonb_delete

Source

Staticsยง

_LINKME_ELEMENT_jsonb_delete_path_jsonb_varchararray_jsonb ๐Ÿ”’
_LINKME_ELEMENT_jsonb_strip_nulls_jsonb_jsonb ๐Ÿ”’
_LINKME_ELEMENT_subtract_jsonb_int4_jsonb ๐Ÿ”’
_LINKME_ELEMENT_subtract_jsonb_varchar_jsonb ๐Ÿ”’
_LINKME_ELEMENT_subtract_jsonb_varchararray_jsonb ๐Ÿ”’

Functionsยง

jsonb_delete_path ๐Ÿ”’
Deletes the field or array element at the specified path, where path elements can be either field keys or array indexes.
jsonb_delete_path_jsonb_varchararray_jsonb ๐Ÿ”’
jsonb_remove ๐Ÿ”’
Removes a key (and its value) from a JSON object, or matching string value(s) from a JSON array.
jsonb_remove_index ๐Ÿ”’
Deletes the array element with the specified index (negative integers count from the end). Throws an error if JSON value is not an array.
jsonb_remove_keys ๐Ÿ”’
Deletes all matching keys or array elements from the left operand.
jsonb_strip_nulls ๐Ÿ”’
Recursively removes all object fields that have null values from the given JSON value. Null values that are not object fields are untouched.
jsonb_strip_nulls_jsonb_jsonb ๐Ÿ”’
jsonbb_remove_path ๐Ÿ”’
jsonbb_strip_nulls ๐Ÿ”’
Recursively removes all object fields that have null values from the given JSON value.
normalize_array_index ๐Ÿ”’
Normalizes an array index to 0..len. Negative indices count from the end. i.e. -len..0 => 0..len. Returns None if index is out of bounds.
subtract_jsonb_int4_jsonb ๐Ÿ”’
subtract_jsonb_varchar_jsonb ๐Ÿ”’
subtract_jsonb_varchararray_jsonb ๐Ÿ”’