Introduce a new API for TableAmRoutine - Mailing list pgsql-hackers

From Japin Li
Subject Introduce a new API for TableAmRoutine
Date
Msg-id ME3P282MB3166806122E71EF18152CCE7B6732@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
List 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.



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: jian he
Date:
Subject: Re: Emitting JSON to file using COPY TO