WAL supported extension

Поиск
Список
Период
Сортировка
От Kouhei Sutou
Тема WAL supported extension
Дата
Msg-id 20150117.231838.382657255463627288.kou@cozmixng.org
обсуждение исходный текст
Ответы Re: WAL supported extension  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
Hi,

(Is this mailing list right mailing list for asking this
question...?)

Is there any plan to implement PostgreSQL API to implement
WAL supported extension?


Background:

I'm writing an extension(*) that provides index module for CJK
ready fast full-text search feature.

(*) PGroonga: https://github.com/pgroonga/pgroonga
(Sorry. README is written in Japanese for now.)

I want to add WAL support to the extension. But PostgreSQL
doesn't provide API to add an entry to RmgrTable. So I can't
implement WAL support to the extension.


Thanks,
--
kou


В списке pgsql-general по дате отправления:

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Alternatives to a unique indexes with NULL
Следующее
От: Berend Tober
Дата:
Сообщение: Can pg_restore produce create or replace commands