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 1w8kBX-000pqF-25 for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2026 19:28:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w8kBW-00DasI-1I for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2026 19:28: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 1w8kBW-00Das9-01 for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2026 19:28:02 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1w8kBT-00000000QP6-4A8R for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2026 19:28:02 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 78A02585815 for ; Fri, 03 Apr 2026 21:27:59 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 64457584458; Fri, 03 Apr 2026 21:27:59 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s980.loopia.se (Postfix) with ESMTP id 61EAF22016BC; Fri, 03 Apr 2026 21:27:59 +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: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s934.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id cxd0I5XHK0Bq; Fri, 3 Apr 2026 21:27:59 +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 008007CEA35; Fri, 03 Apr 2026 21:27:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1775244479; bh=pCpGkvzsiTM7vDflOliyN4yz64hWBVDq0VjYlSRoZYg=; h=Date:Subject:To:References:From:In-Reply-To; b=Enwbk/3ESdwafmefY5bUjw1aRJdEXXh06lllHZ5kViAO4wVr6HYU2uMXOPFcotjai KcSvzOP+N9Y7WAIWv4cuNhX9fDnU6knyKEs30NPFvoCkLWu4ulbr0ZXGyDlg6jt1f+ rLZhRrrukyTeOly9zzo4yI/8MCoCuUuwUa3t/oFmbsu5zy8sCfaPadmCNek1ATNIP1 JM7BKnOA4IM4PZK21pBbK52DZntRPFFHQjj8STN4R0eE8B17fUjUW/4VYaObUb2wjZ pEy8cW3QidcBuuzka1pwX4JChiT5wOoHvsd0UlVsfh04teKrBwyo+GrIy8BYjbMC2l iSuQShHyjAVjA== Message-ID: Date: Fri, 3 Apr 2026 21:27:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Docs: Distinguish table and index storage parameters in CREATE TABLE To: "David G. Johnston" , PostgreSQL Hackers References: From: Andreas Karlsson Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 4/3/26 8:18 PM, David G. Johnston wrote: > Per the discussion on -general [1] I propose that we stop using the > generic label storage_parameter on the create table reference page and > instead set up proper labels for table and index variants. Nice patch, I like these changes! But you forgot to mention that you added the index storage parameters as in . Not sure if it is worth sending a new version of the patch for but something probably useful for the committer to knw. -- Andreas Karlsson Percona