]> granicus.if.org Git - postgresql/commit
Rename jsonb - text[] operator to #- to avoid ambiguity.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 11 Jun 2015 14:06:58 +0000 (10:06 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 11 Jun 2015 14:06:58 +0000 (10:06 -0400)
commit908e234733574545866045c7d5f93d4dd50ef66d
treeb1bec464dc81986053bd435fcfbc7d85b34e9eca
parent966c37fdb5ed9b87f3e91eace4dbbed7909f6769
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.
doc/src/sgml/func.sgml
src/include/catalog/catversion.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/test/regress/expected/jsonb.out
src/test/regress/expected/jsonb_1.out
src/test/regress/sql/jsonb.sql