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 1wEkKT-004M6X-0W for pgsql-hackers@arkaria.postgresql.org; Mon, 20 Apr 2026 08:50:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wEkKQ-001eLK-0B for pgsql-hackers@arkaria.postgresql.org; Mon, 20 Apr 2026 08:50: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 1wEkKO-001eLA-30 for pgsql-hackers@lists.postgresql.org; Mon, 20 Apr 2026 08:50:01 +0000 Received: from m16.mail.163.com ([117.135.210.4]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wEkKH-000000026WA-2Eio for pgsql-hackers@lists.postgresql.org; Mon, 20 Apr 2026 08:49:59 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Message-ID:Date:MIME-Version:Subject:To:From: Content-Type; bh=Nn+MA38GZswPBlA+PzxUu/st0N8BnyK8Nw12EYLMrmo=; b=B3t71OI21efNMKnqWNdCqaUSbrm+k3veQobNLQMKn+qqvmHeqTMPTmFZsXF57+ w4Um3UYxIzb/g91iNlEMMfDRj0XP/obrqfASRhfFzggf5OYAtt7nEn4mfwb96jpr QYvkpRNfFAoom6rld2JG65qaI5svzHPswyi/6PysHS7kM= Received: from [192.168.11.136] (unknown []) by gzga-smtp-mtada-g1-2 (Coremail) with SMTP id _____wD315mj6OVp59PTAg--.57094S2; Mon, 20 Apr 2026 16:49:40 +0800 (CST) Message-ID: <4ff427ca-7986-4d13-820f-199672ab81ff@163.com> Date: Mon, 20 Apr 2026 16:49:35 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+ To: Peter Smith , vignesh C Cc: Amit Kapila , =?UTF-8?Q?=C3=81lvaro_Herrera?= , PostgreSQL Hackers References: From: Yuchen Li In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CM-TRANSID: _____wD315mj6OVp59PTAg--.57094S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrtF43AryrWr1rJrW3CF13CFg_yoWDurg_WF 10va4UG3WDAF9Fyan3tr4rJrZ7uw4Dur1UZryFqry2934xXa15XFyvqr4fZr18Wa4fAFZx Cr92vF42yr1avjkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUnW7K5UUUUU== X-Originating-IP: [123.233.246.114] X-CM-SenderInfo: 5ol13upkhqs5l126il2tof0z/xtbC9QQ3f2nl6KQX2wAA31 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 4/20/2026 2:46 PM, Peter Smith wrote: >>> PSA v3 patches. >>> >>> v3-0001 - Fixed the TABLE describe footer titles as suggested. >>> - "Included in publications:" >>> - "Excluded from publications:" >>> >>> v3-0002 - Made similar footer title changes for SEQUENCE describe >>> >>> v3-0003 - Made similar footer title changes for SHCEMA describe. In >>> passing, I found that this \dn describe output was not even being >>> tested, so I added the missing regression test. >> I'm not sure separate patches are necessary for this change; it might >> be better to merge them into a single patch. Other than that, the >> changes look good. >> > I separated them because only the changes to TABLE \d had previously > been discussed. > > If everyone thinks all changes are good, then I can combine them into one patch. > > ====== > Kind Regards, > Peter Smith. > Fujitsu Australia. > While reviewing 0003, I noticed a formatting issue in the following line: +             * schema mapping count +  1 (for storing NULL). There is an extra space after "count +". Regards, Yuchen Li