Re: Custom reloptions in TableAM
От | Srinath Reddy Sadipiralla |
---|---|
Тема | Re: Custom reloptions in TableAM |
Дата | |
Msg-id | CAFC+b6r06KsFRSt9K9H7zUTPs4i5MY4epcXMrqSXGGkq_RzDrQ@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Custom reloptions in TableAM
|
Список | pgsql-hackers |
On Sat, Jun 21, 2025 at 1:39 AM Nikita Malakhov <hukutoc@gmail.com> wrote:
Hi hackers!While developing an alternative Table AM I've stumbledupon the impossibility to set custom reloptions to the tablecreated by Table AM, like it could be done for Index AM.I haven't found any comments on this and implementeda mechanism of setting custom reloptions for a relationcreated with Table AM, if needed. These options are storedin Relcache and are accessed through the rd_options field.The main scenario for custom reloptions is something like:CREATE TABLE t (...) USING myTableAM WITH (custom_opt1=..., ...);
I think there are some similar efforts going on ,you can check in this thread [0].
В списке pgsql-hackers по дате отправления: