Better Example - Mailing list pgsql-docs

From PG Doc comments form
Subject Better Example
Date
Msg-id 156559782585.22899.12872478460811021108@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

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

In Table 9-41, for 4th row(?|)

'{"a":1, "b":2}'::jsonb ?| array['b', 'c'] 

would be a better example to illustrate the operation of ?| than 

'{"a":1, "b":2, "c":3}'::jsonb ?| array['b', 'c']

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: any() and ilk wrt to what they accept
Next
From: "Joshua D. Drake"
Date:
Subject: readability changes to postgres.sgml