Introduce a new API for TableAmRoutine

From: Japin Li <japinli(at)hotmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Introduce a new API for TableAmRoutine
Date: 2024-01-16 07:44:09
Message-ID: ME3P282MB3166806122E71EF18152CCE7B6732@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi, hackers

Recently, I'm trying to implement a new TAM for PostgreSQL, I find there is no
API for handling table's option. For example:

CREATE TABLE t (...) USING new_am WITH (...);

Is it possible add a new API to handle table's option in TableAmRoutine?

--
Regrads,
Japin Li.

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-01-16 07:45:29 Re: Emitting JSON to file using COPY TO
Previous Message Masahiko Sawada 2024-01-16 07:28:42 Re: Synchronizing slots from primary to standby