Thread: Introduce a new API for TableAmRoutine

Introduce a new API for TableAmRoutine

From
Japin Li
Date:
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.