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 1wb3x2-002Goi-1k for pgsql-hackers@arkaria.postgresql.org; Sat, 20 Jun 2026 22:14:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wb3x0-002NaH-1h for pgsql-hackers@arkaria.postgresql.org; Sat, 20 Jun 2026 22:14:06 +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 1wb3x0-002Na3-0M for pgsql-hackers@lists.postgresql.org; Sat, 20 Jun 2026 22:14:06 +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 1wb3wx-00000001Ujl-2fnK for pgsql-hackers@postgresql.org; Sat, 20 Jun 2026 22:14:05 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id B2D15628601 for ; Sun, 21 Jun 2026 00:14:02 +0200 (CEST) Received: from s934.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 9EF12628126; Sun, 21 Jun 2026 00:14:02 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s934.loopia.se (Postfix) with ESMTP id 9D387A3D605; Sun, 21 Jun 2026 00:14:02 +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 s979.loopia.se ([172.22.191.6]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with LMTP id JHu_XdxhLBbA; Sun, 21 Jun 2026 00:14:01 +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.186] (customer-147-28-75-140.stosn.net [147.28.75.140]) (Authenticated sender: andreas@proxel.se) by s979.loopia.se (Postfix) with ESMTPSA id 87F9410BC38C; Sun, 21 Jun 2026 00:14:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxel.se; s=loopiadkim1707418970; t=1781993641; bh=/Toy2XEYb7TpjzHHUG4EH+TrPzHsLEihPFNrJ9FE3UY=; h=Date:Subject:To:References:From:In-Reply-To; b=I0YSb9VBJInCuHjSBLXEddySmTyQP6PAVZ3i1tsNj8Q4Z6uWcIF0X7R0hq1kLMnse T52MTvDfboOOvRFlOhz4hGWbUbqMTTpF1n6dJfwq37OxIU5F4RXc0dUUAAFjT5QE1p dAOmZdCv2oZlhjvyc+O0X3rb0bRyUY9yOgegkZyrH2+CdQMgHp6I3s015V3TZzRZ/4 mIX1YDnTfYazA1TZVB7o7s7VY+MgvYwrwXZVAIzZ7UUrS831ztwDXkpUoYClM2Y+QR uf6I2JWgMWiRddE2bYP7CPbo6SBTzo0n0tQHdtUSEs+yHUldekdGP6qbZDKv5ZDkZq UkbGa+GFMrPpg== Message-ID: <96e6989d-38d0-4080-91d9-37bfe07ccc3f@proxel.se> Date: Sun, 21 Jun 2026 00:14:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] DOCS: Distinguish table and index storage parameters To: vellaipandiyan sm , Pgsql Hackers References: Content-Language: en-US From: Andreas Karlsson In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 6/4/26 12:08, vellaipandiyan sm wrote: > This patch replaces the generic placeholder name > "storage_parameter" with more specific names in the > CREATE TABLE and CREATE INDEX reference pages. > > Table-level storage parameters are documented as > "table_storage_parameter", while index-level storage > parameters are documented as "index_storage_parameter". > > This makes it easier to distinguish between the two > parameter categories when reading the command syntax. Thanks! There is already a patch and a discussion about this. Feel free to help out there. https://www.postgresql.org/message-id/CAKFQuwYe1vf7k%2Bgx_f5ny1mpz_CrhMhaa_NgVb-87_%3DDHj3JEw%40mail.gmail.com -- Andreas Karlsson Percona