| From: | vellaipandiyan sm <vellaipandiyan(dot)sm(at)gmail(dot)com> |
|---|---|
| To: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | [PATCH] DOCS: Distinguish table and index storage parameters |
| Date: | 2026-06-04 10:08:19 |
| Message-ID: | CAGXjcj=w7oWa0c24X9kd6-E23K7TB6hi7H7CkaGCrsZ+Zrh1ow@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
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,
Vellaipandiyan
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-DOCS-Distinguish-table-and-index-storage-parameters.patch | application/octet-stream | 6.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chao Li | 2026-06-04 10:30:09 | Re: Fix tuple deformation with virtual generated NOT NULL columns |
| Previous Message | Peter Eisentraut | 2026-06-04 10:04:25 | Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column |