• Magnus Hagander's avatar
    Implement array version of jsonb_delete and operator · d00ca333
    Magnus Hagander authored
    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
    d00ca333
jsonb.out 80.6 KB