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 1w8kXL-000qAP-1z for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2026 19:50:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1w8kXK-00Dph6-0S for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Apr 2026 19:50:34 +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 1w8kXJ-00Dpgy-2j for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2026 19:50:34 +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 1w8kXH-00000000QcW-3eJl for pgsql-hackers@lists.postgresql.org; Fri, 03 Apr 2026 19:50:33 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 96627590A20 for ; Fri, 03 Apr 2026 21:50:31 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 868A8587065; Fri, 03 Apr 2026 21:50:31 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 846A57CE96C; Fri, 03 Apr 2026 21:50: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: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=proxel.se Received: from s980.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id OimoEME6SvN6; Fri, 3 Apr 2026 21:50: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 s980.loopia.se (Postfix) with ESMTPSA id 1BEEB22016CE; Fri, 03 Apr 2026 21:50:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1775245831; bh=oy4+NE1GZqwhRxm0lGPXve2bKkRjXIqnoWs7fYjPsGc=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=ZyRvcxt15yeWNv+lawhmHNH2zn6rFZncV1DKiHFUpWtjsPsripeswWdIS35clXKuk GwLenFOD4UzUbPn+GrHNM9WnJUN9YrHs4CipPv0/Z+pboT7uAX1CceubuHSi+7NOId a+48aZzbN8Kl0g21mCd16IB/sPgT5jIb6Tr8hKwZ4J3Se3X2VYmkuqxAk5WTuZrxdR bimkkzT7Sm95i1FTEZUyYGIAeRUziZdhfFxjvB4dz9i/vgJHWYg7P9n/KBI+fIN+yP AdOO5FrRhK20/d0aFi4TcYeUT8zWCt+IIF9nT02KfS3ZrjPTLO2z8Fobjcp5bAu/QH m+i3cOngJCXVA== Message-ID: <87f00359-a8d6-4e0b-9cd8-78084ec89033@proxel.se> Date: Fri, 3 Apr 2026 21:50:30 +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" Cc: 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 9:44 PM, David G. Johnston wrote: > I'm not opposed to it but figured I'd wait for a committer to show > interest and ask the scope to be expanded to a full docs review instead > of just addressing the immediate user-reported confusion.  When I do > expand the scope on my own it seems to scare them off. Well, ALTER TABLE also has the same potential confusion so I think we should either just change CREATE TABLE and ALTER TABLE or all of CREATE TABLE, ALTER TABLE, CREATE INDEX and ALTER INDEX. Just changing the two CREATE pages makes little sense when CREATE|ALTER TABLE are both equally problematic en my opinion. Andreas