Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan <andrew@dunslane.net>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +2 −2 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_operator.h | modified | +4 −4 |
| src/include/catalog/pg_proc.h | modified | +1 −1 |
| src/test/regress/expected/jsonb_1.out | modified | +18 −18 |
| src/test/regress/expected/jsonb.out | modified | +18 −18 |
| src/test/regress/sql/jsonb.sql | modified | +15 −15 |