From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Rename jsonb - text[] operator to #- to avoid ambiguity. |
Date: | 2015-06-11 14:10:38 |
Message-ID: | E1Z33Bm-0005w9-3g@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-06-11 14:52:11 | pgsql: release notes: update for pg_basebackup in tar format |
Previous Message | pgsql | 2015-06-11 13:51:31 | pgsql: Tag refs/tags/REL9_4_4 was created |