Re: Custom reloptions in TableAM

2025-06-21 Thread Nikita Malakhov
Hi! Thank you very much, I'll check it out. -- Regards, Nikita Malakhov Postgres Professional The Russian Postgres Company https://postgrespro.ru/

Re: Custom reloptions in TableAM

2025-06-20 Thread Michael Paquier
On Fri, Jun 20, 2025 at 11:09:01PM +0300, Nikita Malakhov wrote: > I haven't found any comments on this and implemented > a mechanism of setting custom reloptions for a relation > created with Table AM, if needed. These options are stored > in Relcache and are accessed through the rd_options field.

Re: Custom reloptions in TableAM

2025-06-20 Thread Srinath Reddy Sadipiralla
On Sat, Jun 21, 2025 at 1:39 AM Nikita Malakhov wrote: > Hi hackers! > > While developing an alternative Table AM I've stumbled > upon the impossibility to set custom reloptions to the table > created by Table AM, like it could be done for Index AM. > > I haven't found any comments on this and im