Introduce a new API for TableAmRoutine

Started by Japin Lialmost 2 years ago1 messages
#1Japin Li
japinli@hotmail.com

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.