Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lc8ev-0005pQ-9a for pgsql-novice@arkaria.postgresql.org; Thu, 29 Apr 2021 15:32:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lc8eu-0006an-7G for pgsql-novice@arkaria.postgresql.org; Thu, 29 Apr 2021 15:32:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lc8et-0006a1-Ty for pgsql-novice@lists.postgresql.org; Thu, 29 Apr 2021 15:32:56 +0000 Received: from mail-pj1-x102b.google.com ([2607:f8b0:4864:20::102b]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1lc8eo-0002Qt-Up for pgsql-novice@postgresql.org; Thu, 29 Apr 2021 15:32:54 +0000 Received: by mail-pj1-x102b.google.com with SMTP id t13so8753248pji.4 for ; Thu, 29 Apr 2021 08:32:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5suicHmv85OYVdGSgJHDSbnfWvH7xpyM2/+5ihUEyJw=; b=pESN/NTG5Py4jtqeU5RRbrAkdCvXHCoVPytAoT6RcQKNeGxLpI8GRN1zSn+bBa6TB0 km2ftgKVDKKhl6cOhfS7ABpY+WsBoiVrm7TXtG8JCqIRybDbIFkDouWLQRy+QSmKlBXz Qh43FOlL2a9NpFotwg7X6ph8XPbUPlFp0cvMJ4apKPJgjXoKCkO1qdby2EBgdVVYB0RE Y94gq73A5hagyDwwu0p/Tc/jHxB41caes7fJcx/VttqXRobINH945JdftJBDLsZ+MnNo XDXCX/B5Mj59ch+S8YFMu/9t7DtK2gR7XKGQaZM0HKLf0+/acRPEWNWgom8KARxgVHE8 kLGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5suicHmv85OYVdGSgJHDSbnfWvH7xpyM2/+5ihUEyJw=; b=cR8VyqJcFPMNV8xDvFoxkGe1XIZSz8io9BCrTsGzSaF3aQuk5eTCMnACxkNs4GHxBp nm4mIFGnL2Zzo6JqhQvUZx/jXXk0ZgMBmX+HYSP6eDS3YbfiOnzqQjwfXsoFxNHoi1KL aM0yUrOHXHk0lCsiZ3LEAT3T543lZvqxwRv8BfWZI32PVWeAEQafniK6Q2sBZijiokxd GxRkJfA4kVfZtGJEFZb1oYqU8DO0AqYMbJdRVhMLdjfPnMJ8wErL1oMXU3zrIM3hxotd sXimTxUiz2vufVEIyPP41xCi0bBbyecPNdfVHDqh4jqzJk23cGD/mF7IXNbSAq6yp505 w9QA== X-Gm-Message-State: AOAM532931rhd7eoy68TiztMFwpumFUSB6K3o3QjJXoBhFHOMTsNWMqE P0XLx0C3y0Y5ubhb9zz2I0y/wbsNIHY+c01mu6M= X-Google-Smtp-Source: ABdhPJxGvV+a6hhA9IAuWayOcN+nGcg1a9fQaMQnsEGdpLDp+wIGfaVa7a68S6+PUmMsklxhtEZSLqs0RuHtLVacz+8= X-Received: by 2002:a17:90a:384b:: with SMTP id l11mr428669pjf.222.1619710369670; Thu, 29 Apr 2021 08:32:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "David G. Johnston" Date: Thu, 29 Apr 2021 08:32:32 -0700 Message-ID: Subject: Re: Documentation search question To: "Heckler, Kim M" Cc: "pgsql-novice@postgresql.org" Content-Type: multipart/alternative; boundary="000000000000392d1305c11e352c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000392d1305c11e352c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Apr 29, 2021 at 8:21 AM Heckler, Kim M wrote: > > Having issues searching the version 12 documentation for the string =E2= =80=98IS > JSON=E2=80=99. > Personally I haven't seen that particular operator before, and looking at the relevant chapters of the documentation doesn't turn up anything either. Thus I conclude that contrary to your Google searches it is not supported. Trying an obvious formulation provokes an error at "json" which seems to confirm the proper absence of such an operator in the documentation. > > David J. --000000000000392d1305c11e352c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Thu, Apr 29, 2021 at 8:21 AM Heckler, Kim M <kim.heckler@nationwide.com> w= rote:


Having issues searching the version 12 documentation= for the string =E2=80=98IS JSON=E2=80=99.


Personally I haven't seen that particular operator befor= e, and looking at the relevant chapters of the documentation doesn't tu= rn up anything either.=C2=A0 Thus I conclude that contrary to your Google s= earches it is not supported.=C2=A0 Trying an obvious formulation provokes a= n error at "json" which seems to confirm the proper absence of su= ch an operator in the documentation.
=


David J.

=
--000000000000392d1305c11e352c--