"jsonb ? text" operator and JSON strings - Mailing list pgsql-docs

From PG Doc comments form
Subject "jsonb ? text" operator and JSON strings
Date
Msg-id 166966449818.1903.16619777695754736362@wrigleys.postgresql.org
Whole thread Raw
Responses Re: "jsonb ? text" operator and JSON strings  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

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

The description of the "jsonb ? text" operator in table 9.45 specifies its
behavior when the jsonb value is an object or an array, but not when it is a
string, number, or the null JSON object. One of the examples in 8.14.3 says,
in a comment, "A string is considered to exist if it matches a primitive
JSON string". I think the behavior of the operator on each JSON primitive
type should be spelled out in prose somewhere.

pgsql-docs by date:

Previous
From: Kirk Wolak
Date:
Subject: Re: nextval parameter is not clear
Next
From: "David G. Johnston"
Date:
Subject: Re: nextval parameter is not clear