mirror of https://github.com/postgres/postgres
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 Paquierpull/18/head
parent
c22ecc6562
commit
d00ca333c3
Loading…
Reference in new issue