Implement array version of jsonb_delete and operator

Magnus Hagander <magnus@hagander.net>

Commit: d00ca333c338b40911e89939c3cc771025978595
Author: Magnus Hagander <magnus@hagander.net>
Date: 2017-01-18T20:37:59Z
Releases: 10.0
Implement array version of jsonb_delete and operator

This makes it possible to delete multiple keys from a jsonb value by
passing in an array of text values, which makes the operaiton much
faster than individually deleting the keys (which would require copying
the jsonb structure over and over again.

Reviewed by Dmitry Dolgov and Michael Paquier

Files

Documentation touched