Re: Per-table storage parameters for TableAM/IndexAM extensions - Mailing list pgsql-hackers

From Jelte Fennema
Subject Re: Per-table storage parameters for TableAM/IndexAM extensions
Date
Msg-id CAGECzQRDj2UrOvg-rJfWdTAPjh0WEjt7xBWV61bGTOH7jONcPw@mail.gmail.com
Whole thread Raw
In response to Per-table storage parameters for TableAM/IndexAM extensions  (Sadhuprasad Patro <b.sadhu@gmail.com>)
Responses Re: Per-table storage parameters for TableAM/IndexAM extensions
List pgsql-hackers
Big +1, this is a great addition!

I think it would be very useful if there were some tests for this new
feature. Something similar to the tests for storage parameters for
index AMs in src/test/modules/dummy_index_am.

Apart from that I think the documentation for table storage parameters
needs to be updated in doc/src/sgml/ref/create_table.sgml. It now
needs to indicate that these parameters are different for each table
access method. Similar to this paragraph in the create index storage
parameter section of the docs:

> Each index method has its own set of allowed storage parameters.
> The B-tree, hash, GiST and SP-GiST index methods all accept this
> parameter

Jelte



pgsql-hackers by date:

Previous
From: Alexander Pyhalov
Date:
Subject: Re: Asymmetric partition-wise JOIN
Next
From: Amit Kapila
Date:
Subject: Re: row filtering for logical replication