Hi!
Thank you very much, I'll check it out.
--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company
https://postgrespro.ru/
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.
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