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.96) (envelope-from ) id 1vRx0m-00BjMf-1O for pgsql-docs@arkaria.postgresql.org; Sat, 06 Dec 2025 18:28:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vRx0k-00CFYD-22 for pgsql-docs@arkaria.postgresql.org; Sat, 06 Dec 2025 18:28:02 +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.96) (envelope-from ) id 1vRx0k-00CFY5-1K for pgsql-docs@lists.postgresql.org; Sat, 06 Dec 2025 18:28:02 +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.96) (envelope-from ) id 1vRx0i-003XrO-1e for pgsql-docs@lists.postgresql.org; Sat, 06 Dec 2025 18:28:02 +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 5B6IRwQx2326015; Sat, 6 Dec 2025 13:27:58 -0500 From: Tom Lane To: Bob Kline cc: pgsql-docs@lists.postgresql.org Subject: Re: Inclusion of json in list of standard data types In-reply-to: References: Comments: In-reply-to Bob Kline message dated "Sat, 06 Dec 2025 09:07:17 -0500" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2326013.1765045678.1@sss.pgh.pa.us> Date: Sat, 06 Dec 2025 13:27:58 -0500 Message-ID: <2326014.1765045678@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Bob Kline writes: > Would there be any reason not to add "json" to the list of data types > "specified by SQL" in the "Compatibility" box shown near the beginning > of Chapter 8 ("Data Types") of the PostgreSQL documentation? Yeah, that seems like an oversight. Will fix, thanks for noticing it. regards, tom lane