Re: [PATCH] DOCS: Distinguish table and index storage parameters

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: vellaipandiyan sm <vellaipandiyan(dot)sm(at)gmail(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] DOCS: Distinguish table and index storage parameters
Date: 2026-06-20 22:14:01
Message-ID: 96e6989d-38d0-4080-91d9-37bfe07ccc3f@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-06-21 00:37:53 Re: Fix \crosstabview to honor \pset display_true/display_false
Previous Message Zsolt Parragi 2026-06-20 21:46:19 Re: Fix HAVING-to-WHERE pushdown with mismatched operator families