No attachments in this thread
Hi, hackers
Recently, I'm trying to implement a new TAM for PostgreSQL, I find there is noAPI 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.