Introduce a new API for TableAmRoutine

Поиск
Список
Период
Сортировка
От Japin Li
Тема Introduce a new API for TableAmRoutine
Дата
Msg-id ME3P282MB3166806122E71EF18152CCE7B6732@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: Synchronizing slots from primary to standby
Следующее
От: jian he
Дата:
Сообщение: Re: Emitting JSON to file using COPY TO