pgsql: Rename jsonb - text[] operator to #- to avoid ambiguity. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Rename jsonb - text[] operator to #- to avoid ambiguity.
Date
Msg-id E1Z33Bm-0005w9-3g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/908e234733574545866045c7d5f93d4dd50ef66d

Modified Files
--------------
doc/src/sgml/func.sgml                |    4 ++--
src/include/catalog/catversion.h      |    2 +-
src/include/catalog/pg_operator.h     |    8 ++++----
src/include/catalog/pg_proc.h         |    2 +-
src/test/regress/expected/jsonb.out   |   36 ++++++++++++++++-----------------
src/test/regress/expected/jsonb_1.out |   36 ++++++++++++++++-----------------
src/test/regress/sql/jsonb.sql        |   30 +++++++++++++--------------
7 files changed, 59 insertions(+), 59 deletions(-)


pgsql-committers by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL9_4_4 was created
Next
From: Bruce Momjian
Date:
Subject: pgsql: release notes: update for pg_basebackup in tar format