jsonb_delete not documented

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: jsonb_delete not documented
Date: 2015-12-07 02:11:24
Message-ID: 5664EACC.3090702@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The new function jsonb_delete does not appear to be documented. Is that
intentional?

The only thing that's documented is the #- operator for
jsonb_delete_path. But jsonb_delete(jsonb, text) and
jsonb_delete(jsonb, int) are not documented. (Those don't have an
operator.)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-12-07 02:36:34 Redundant sentence within INSERT documentation page (exclusion constraints)
Previous Message Jim Nasby 2015-12-07 01:37:20 Re: Attach comments to functions' parameters and return value