[PATCH] DOCS: Distinguish table and index storage parameters - Mailing list pgsql-hackers

From vellaipandiyan sm
Subject [PATCH] DOCS: Distinguish table and index storage parameters
Date
Msg-id CAGXjcj=w7oWa0c24X9kd6-E23K7TB6hi7H7CkaGCrsZ+Zrh1ow@mail.gmail.com
Whole thread
Responses Re: [PATCH] DOCS: Distinguish table and index storage parameters
List 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

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Next
From: Chao Li
Date:
Subject: Re: Fix tuple deformation with virtual generated NOT NULL columns