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 1wAGCo-002DOA-0P for pgsql-hackers@arkaria.postgresql.org; Tue, 07 Apr 2026 23:51:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wAGCm-003KMy-1N for pgsql-hackers@arkaria.postgresql.org; Tue, 07 Apr 2026 23:51:36 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAGCm-003KMq-0U for pgsql-hackers@lists.postgresql.org; Tue, 07 Apr 2026 23:51:36 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wAGCk-000000017fm-0kGU for pgsql-hackers@lists.postgresql.org; Tue, 07 Apr 2026 23:51:35 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id CCBAD5A27B7 for ; Wed, 08 Apr 2026 01:51:31 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id B6DFA5A2AA5; Wed, 08 Apr 2026 01:51:31 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id B568110BC39E; Wed, 08 Apr 2026 01:51:31 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s898.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s934.loopia.se ([172.22.191.5]) by localhost (s898.loopia.se [172.22.190.17]) (amavis, port 10024) with LMTP id Z5qS9G9x5uhK; Wed, 8 Apr 2026 01:51:31 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: andreas@proxel.se X-Loopia-Originating-IP: 147.28.75.140 Received: from [192.168.0.121] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s934.loopia.se (Postfix) with ESMTPSA id 35D0A7CE90B; Wed, 08 Apr 2026 01:51:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1775605891; bh=mAZNp/mdWlw+RJJB2hpp5e2m0Jcy4fnarAp+cGknock=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=X1LA9d52ZXEeKhXmhKY2KbOSl/YVqxyOS4Vk7fOwxHDoy0AEcvVcaHMe9evinX604 i12Y5o+l86yprFPC1Iz6OlU6AX00bYm9J/YY8h+U5WBric2mzuo1FDjXpvmxf+yGTC eRbScOXDbqSt1YSUSEdAj0Q9xsofFA31FzmBqLAViKQAZyPBebDxFJd5mmkrHkHJKv EX8JfRPHPVukzhr5383L2v4rvx722Nq/udqgFsNEt7bY+E3Lo2j4SehyxhbrNM2X0E l3HB3UfWfo/VDEpSP1SRao97nC67IX24vVD5aIVsKkRnhsxCzaHSSsAt+cX+YhIef0 CfZ1Q+okVzGOA== Message-ID: Date: Wed, 8 Apr 2026 01:51:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: updates for handling optional argument in system functions To: Mark Wong Cc: pgsql-hackers@lists.postgresql.org References: <6de20662-36fd-4e00-a0b0-75d1e9deb5c8@proxel.se> From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 4/8/26 1:42 AM, Mark Wong wrote: > I don't see any matches when I grep for rule_oid or pretty_bool... Sorry for the noise, I was looking at an old version of the docs. The parameters do indeed match the docs. But now that I looked at the patches again I found a real issue which I think should be fixed. I think the following: "select statement of a view with pretty-print option" should likely just be: "select statement of a view" Andreas