JSON: @@-operator

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: kowarschick(at)gmail(dot)com
Subject: JSON: @@-operator
Date: 2019-10-29 16:29:08
Message-ID: 157236654810.1042.9358599433792740462@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2019-10-29 23:35:55 Re: JSON: @@-operator
Previous Message Eugen Konkov 2019-10-29 15:54:36 Does 'instead of delete' trigger support modification of OLD