JSON: @@-operator - Mailing list pgsql-docs

From PG Doc comments form
Subject JSON: @@-operator
Date
Msg-id 157236654810.1042.9358599433792740462@wrigleys.postgresql.org
Whole thread Raw
Responses Re: JSON: @@-operator
List pgsql-docs
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

pgsql-docs by date:

Previous
From: Tuomas Leikola
Date:
Subject: Re: uniqueness and null could benefit from a hint for dba
Next
From: Tom Lane
Date:
Subject: Re: JSON: @@-operator