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 1tgIxg-009RMG-Gr for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Feb 2025 07:39:41 +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 1tgIxe-00Ga3Z-6V for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Feb 2025 07:39:38 +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 1tgIxd-00Ga3Q-TG for pgsql-hackers@lists.postgresql.org; Fri, 07 Feb 2025 07:39:37 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tgIxa-004Jta-1Y for pgsql-hackers@lists.postgresql.org; Fri, 07 Feb 2025 07:39:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mx2023; t=1738913973; bh=9zZtvtg48sBqxCcQyoY1UhqXDVRTZNsRZlvQFCaC/qk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID:From; b=JQQTAbVZdP7jH1xMFCwt1ofPAkQUHgUx+X4b6d8JVPvHAwR3wWPahz/19yBhwmZ1j IRIIH5lmr6OXjFFZJMCK3ZcpQqdH2sb9hvMgu6B7RsUlFCxWrj/JR6+Paci3Aj8AVT dzG6LHeykJSKac1ntJWtMr8ibFXCyj6VX2l9tskaukBNOxqZmbu2ihm3DDX7dYT1GZ M7NXJlMlRUtJ/YBvVMv9kdr1g6b91OzPu3CzweDMyVbuFUAVILXRO7dXzfN74CcxOK qw8OPQDb/o4ZzeUF5sv2izeHZkQH64dgrloTAKkTJrBJDksIkxm+LyHN2Cf8i2d287 vTnLi6kRZVbdQ== Received: from mail.postgrespro.ru (webmail-slave-mstn.l.postgrespro.ru [192.168.2.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: v.popolitov@postgrespro.ru) by mail.postgrespro.ru (Postfix/587) with ESMTPSA id 8FECF60DBD; Fri, 7 Feb 2025 10:39:33 +0300 (MSK) MIME-Version: 1.0 Date: Fri, 07 Feb 2025 14:39:33 +0700 From: Vladlen Popolitov To: Marcos Pegoraro Cc: PostgreSQL Hackers Subject: Re: Better visualization of default values In-Reply-To: References: Message-ID: X-Sender: v.popolitov@postgrespro.ru Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-KSMG-AntiPhishing: NotDetected X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 2.1.0.7854, bases: 2025/02/06 15:11:00 #27188927 X-KSMG-AntiVirus-Status: NotDetected, skipped X-KSMG-LinksScanning: not scanned, disabled by settings X-KSMG-Message-Action: skipped X-KSMG-Rule-ID: 1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Marcos Pegoraro писал(а) 2025-02-06 04:07: > Reading DOCs sometimes is boring because you want to know only the > default value of something. I know what that GUC is, I know how to > change it, I only don't remember what its default value is. Then you > have to read that entire paragraph just to read that the default value > is ... > > So, what you think about this. > It's not complete but you can see if it's useful or not > > regards > Marcos Hi It looks helpful. +1 from me. -- Best regards, Vladlen Popolitov.