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 1wPwLx-0019mJ-0u for pgsql-hackers@arkaria.postgresql.org; Thu, 21 May 2026 05:53:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wPwLv-009G2j-0i for pgsql-hackers@arkaria.postgresql.org; Thu, 21 May 2026 05:53:52 +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 1wPwLu-009G2b-2m for pgsql-hackers@lists.postgresql.org; Thu, 21 May 2026 05:53:51 +0000 Received: from udcm-wwu2.uni-muenster.de ([128.176.118.28]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wPwLt-00000000gPr-3LSi for pgsql-hackers@lists.postgresql.org; Thu, 21 May 2026 05:53:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uni-muenster.de; i=@uni-muenster.de; q=dns/txt; s=uniout; t=1779342830; x=1810878830; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=5Z0eZ9rWiOkG0qxYDXUB+OwZba29pFEGew2LjeFFtPY=; b=Bc11SGydr9zTa9ZEaqhhI3dB2INb6Pwv2o55jsZU6tJdRn3ocOPAqaK8 IoFDfLUGj/x+5eIPsctFltJX7f/xd79GIbjvN02tRuZkr7IiJW6SmoLMG 39vqXQEOmAnzadM4QCKx+nfVTFBaPHIJ8QaKB3xsD9DkRIsZ89jOUD7mP yRZRMcvjdgllJI4A8/FGJL2mGsZs3KpjvRM1mt9WKzBSVgISA67LfowOD oJLo4Xdc/It5eQxzCY7vqBXQA6W1Ix7iDENJoBuA2vqYe4Cyd4nH90Aco 8W6K/VlBe3zERVzoHe3K83l+381ywq0/esXS9P+efqf66HlEJMxqFTbyD w==; X-CSE-ConnectionGUID: S4kLCdr2QqS/+Q4Z2MMdgw== X-CSE-MsgGUID: ttvVpeMIRtimE8RhAeKZ3g== X-IronPort-AV: E=Sophos;i="6.23,245,1770591600"; d="scan'208";a="394836040" Received: from secmail.uni-muenster.de ([128.176.118.4]) by UDCM-RELAY2.UNI-MUENSTER.DE with ESMTP; 21 May 2026 07:53:49 +0200 Received: from [192.168.178.49] (dynamic-078-048-205-254.78.48.pool.telefonica.de [78.48.205.254]) by SECMAIL.UNI-MUENSTER.DE (Postfix) with ESMTPSA id 23F8920ADF02; Thu, 21 May 2026 07:53:47 +0200 (CEST) Message-ID: Date: Thu, 21 May 2026 07:53:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: PSQL - prevent describe listing tables that are already in listed schemas To: Peter Smith , Nisha Moond Cc: PostgreSQL Hackers References: <5420ddcb-7b55-4a73-b8c5-3602abfac78b@uni-muenster.de> <1b1c88ce-2c61-4faf-b647-496525fc177f@uni-muenster.de> <6071d0a2-a02d-4fb8-bdec-1991411d4a9d@uni-muenster.de> Content-Language: en-US, de-DE From: Jim Jones In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 21/05/2026 01:34, Peter Smith wrote: > I think Nisha was correct about adding a PG15 version check. It was an > accidental omission in my first patch. Even if PG14 is EOL-ed by the > time this change is released, it is trivial to keep the psql \dRp+ > command behaving as-is rather than crashing due to an internal SQL > error. So, I prefer to err on the side of caution and add the version > check for now; a committer can remove it if they deem it unnecessary. In that case, I have no further comments on this patch and will mark the CF entry as "Ready for Committer" Thanks! Best, Jim