JSON: @@-operator

PG Doc comments form <[email protected]> Tue, 29 Oct 2019 16:29:08 +0000
Newsgroups gmane.comp.db.postgresql.devel.documentation
Message-ID <[email protected]>
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/functions-json.html
Description:

'{"a":[1,2,3,4,5]}'::jsonb @@ '$.a[*] > 2' does not work; 
'{"a":[1,2,3,4,5]}'::jsonb @@ '$.a[*] > 2'::jsonpath works as expected