On 3/8/26 6:08 PM, Igor Korot wrote:
David,
I am not sure. But looking at the docs I point to it’s confusing.
It doesn’t say that they are documented in CREATE INDEX.
Maybe just add something like:
“Those storage parameters are for table only. If you need ones for index
- check CREATE INDEX page.”
I thought it already did:
https://www.postgresql.org/docs/16/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS
"Storage Parameters
The WITH clause can specify storage parameters for tables, and for
indexes associated with a UNIQUE, PRIMARY KEY, or EXCLUDE constraint.
Storage parameters for indexes are documented in CREATE INDEX. The
storage parameters currently available for tables are listed below. ..."
Maybe put that where the WITH clause is explained.
This emphasizes the difference between them.
What do you think?
Thank you.
David J.
--
Adrian Klaver
[email protected]