Rename jsonb - text[] operator to #- to avoid ambiguity.

Andrew Dunstan <andrew@dunslane.net>

Commit: 908e234733574545866045c7d5f93d4dd50ef66d
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2015-06-11T14:06:58Z
Releases: 9.5.0
Rename jsonb - text[] operator to #- to avoid ambiguity.

Following recent discussion  on -hackers. The underlying function is
also renamed to jsonb_delete_path. The regression tests now don't need
ugly type casts to avoid the ambiguity, so they are also removed.

Catalog version bumped.

Files