From 908e234733574545866045c7d5f93d4dd50ef66d Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Thu, 11 Jun 2015 10:06:58 -0400 Subject: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ff00d43dae2..650051b044f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10316,10 +10316,10 @@ table2-mapping '["a", "b"]'::jsonb - 1 - - + #- text[] Delete the field or element with specified path - '["a", {"b":1}]'::jsonb - '{1,b}'::text[] + '["a", {"b":1}]'::jsonb #- '{1,b}' -- cgit v1.2.3