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 1w8kJ3-000pxH-1n for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2026 19:35:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w8kJ2-00Dh5e-0S for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2026 19:35:48 +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 1w8kJ1-00Dh5W-2n for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2026 19:35:48 +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 1w8kIz-00000000QUA-3H5c for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2026 19:35:47 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id A3D205852DF for ; Fri, 03 Apr 2026 21:35:45 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 8B375586498; Fri, 03 Apr 2026 21:35:45 +0200 (CEST) Received: from localhost (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id 87AC97CEA61; Fri, 03 Apr 2026 21:35:45 +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: s471.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s981.loopia.se ([172.22.191.5]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with LMTP id wdJgMD89NSX2; Fri, 3 Apr 2026 21:35:45 +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 s981.loopia.se (Postfix) with ESMTPSA id 2198D22B1779; Fri, 03 Apr 2026 21:35:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1775244945; bh=q13+muIjhTN6feJZSjBZNriiyQZbXcTAnnt0lvLeAm4=; h=Date:Subject:From:To:References:In-Reply-To; b=KvJCTqmXGp3eWgFbyfR8OPMXMFZqc0x8YkDZG9o14YqV7BAtMCpVnKs4X5LoqcE5K pHeC/zvD5DWrFiVRIQTD7BtHHHhvTqhE9NLqxa6fKhCs1RvBd2a4e/iOOGQLv9N5Oz BDb9hmDmZeXmIsZwpRAjBhFRCkJSGQ1slThAykrRcEj0sAW7rtGWIQ0C9sli71CapF vr7Whiah9NyLYf99A3EaORtDaeuqq0JVjJW78RAXVGFYEqCn8cfL6Pgm8AzKg0qw7m 2d7wO7CTrByLLohKtTfg59Da3ZsN3IiPi7FnJ6c2HkjJuBgrkLPhIWTrZtxfwNOfya SAMGcu6yxNAlg== Message-ID: Date: Fri, 3 Apr 2026 21:35:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Docs: Distinguish table and index storage parameters in CREATE TABLE From: Andreas Karlsson To: "David G. Johnston" , PostgreSQL Hackers References: 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 9:27 PM, Andreas Karlsson wrote: > 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. Shouldn't also update ALTER INDEX and LATER TABLE to match? -- Andreas Karlsson Percona