Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rEyNh-007srN-31 for pgsql-hackers@arkaria.postgresql.org; Sun, 17 Dec 2023 21:09:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rEyNc-003NBR-49 for pgsql-hackers@arkaria.postgresql.org; Sun, 17 Dec 2023 21:08:56 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rEyNb-003NBH-Qo for pgsql-hackers@lists.postgresql.org; Sun, 17 Dec 2023 21:08:55 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rEyNW-00CVuT-4f for pgsql-hackers@lists.postgresql.org; Sun, 17 Dec 2023 21:08:52 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 3BHL8j0a3762207; Sun, 17 Dec 2023 16:08:45 -0500 From: Tom Lane To: "David E. Wheeler" cc: pgsql-hackers@lists.postgresql.org Subject: Re: JSON Path and GIN Questions In-reply-to: References: <15DD78A5-B5C4-4332-ACFE-55723259C07F@justatheory.com> <133696180.303713.1694566807910@office.mailbox.org> <640942d7-c996-0562-62c9-d69a4c1f9b1e@xs4all.nl> <3063408.1694666518@sss.pgh.pa.us> <3802532.1694812485@sss.pgh.pa.us> <8504C88E-A036-47F4-8FAE-9BA95F55CB03@justatheory.com> <3826235.1694824574@sss.pgh.pa.us> <4097442.1694967650@sss.pgh.pa.us> <636E83FD-DC39-48F2-8F81-ED133AF5289A@justatheory.com> Comments: In-reply-to "David E. Wheeler" message dated "Sun, 17 Dec 2023 12:55:05 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3762205.1702847325.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 17 Dec 2023 16:08:45 -0500 Message-ID: <3762206.1702847325@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "David E. Wheeler" writes: > Hey Tom, are you still thinking about adding this bit to the docs? I too= k a quick look at master and didn=E2=80=99t see it there. I'd waited because the discussion was still active, and then it kind of slipped off the radar. I'll take another look and push some form of what I suggested. That doesn't really address the jsonpath oddities you were on about, though. regards, tom lane