Better Example

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: saharsh(dot)pruthi(at)gmail(dot)com
Subject: Better Example
Date: 2019-08-12 08:17:05
Message-ID: 156559782585.22899.12872478460811021108@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/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']

Browse pgsql-docs by date

  From Date Subject
Next Message Joshua D. Drake 2019-08-15 19:30:17 readability changes to postgres.sgml
Previous Message PG Doc comments form 2019-08-08 15:01:47 any() and ilk wrt to what they accept