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 1uaymk-00CEoH-CE for pgsql-docs@arkaria.postgresql.org; Sun, 13 Jul 2025 15:38:38 +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 1uaymi-00GbwI-EM for pgsql-docs@arkaria.postgresql.org; Sun, 13 Jul 2025 15:38:37 +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 1uaymi-00GbuS-6H for pgsql-docs@lists.postgresql.org; Sun, 13 Jul 2025 15:38:36 +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 1uaymg-007MTL-0j for pgsql-docs@lists.postgresql.org; Sun, 13 Jul 2025 15:38:36 +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 56DFcVLb271345; Sun, 13 Jul 2025 11:38:31 -0400 From: Tom Lane To: KES cc: "David G. Johnston" , "pgsql-docs@lists.postgresql.org" Subject: Re: Unexpected behaviour: it was documented to return the same value In-reply-to: <47411752413203@mail.yandex.ru> References: <175175762761.3157502.18041595164515835428@wrigleys.postgresql.org> <47411752413203@mail.yandex.ru> Comments: In-reply-to KES message dated "Sun, 13 Jul 2025 16:34:46 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <271343.1752421111.1@sss.pgh.pa.us> Date: Sun, 13 Jul 2025 11:38:31 -0400 Message-ID: <271344.1752421111@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk KES writes: > I would prefer to remove the option from the configuration list > instead of having it reset to empty string. That is not the definition, and we'd be very unlikely to change it to do that, because it would make no sense for built-in or extension-defined settings. regards, tom lane