git.postgresql.org Git - postgresql.git/commit
2019年3月20日 07:27:56 +0000 (10:27 +0300)
2019年3月20日 07:30:56 +0000 (10:30 +0300)
commit 641fde25233ef3ecc3b8101fe287eea9fceba6fd
Remove ambiguity for jsonb_path_match() and jsonb_path_exists()
There are 2-arguments and 4-arguments versions of jsonb_path_match() and
jsonb_path_exists(). But 4-arguments versions have optional 3rd and 4th
arguments, that leads to ambiguity. In the same time 2-arguments versions are
needed only for @@ and @? operators. So, rename 2-arguments versions to
remove the ambiguity.
Catversion is bumped.
This is the main PostgreSQL git repository.
RSS
Atom