Re: [COMMITTERS] Logical decoding

Поиск
Список
Период
Сортировка
От Fabrízio de Royes Mello
Тема Re: [COMMITTERS] Logical decoding
Дата
Msg-id CAFcNs+oS-HhhZfJE0xkw8kGxAFgPdJCunUm0tNkHah5wRgnNNQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] Logical decoding  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [COMMITTERS] Logical decoding  (Joshua Bay <joshuabay93@gmail.com>)
Список pgsql-hackers


On Mon, Jul 11, 2016 at 2:13 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
>
> On Mon, Jul 11, 2016 at 2:03 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> > On 9 July 2016 at 01:57, Joshua Bay <joshuabay93@gmail.com> wrote:
> >> and where are this code is in the codebase?
> >
> > src/backend/replication/logical/*
> > src/backend/replication/walsender.c
> > src/backend/access/transam/xlogreader.c
> > src/include/access/xlogreader.h
> > src/include/replication/output_plugin.h
> > contrib/test_decoding/
> > doc/src/sgml/logicaldecoding.sgml
>
> Some other references:
> https://wiki.postgresql.org/images/7/77/Fosdem-2015-logical-decoding.pdf
>
> And some other examples of plugins:
> https://github.com/leptonix/decoding-json
> https://github.com/xstevens/decoderbufs
> https://github.com/confluentinc/bottledwater-pg (for kafka)
> https://github.com/michaelpq/pg_plugins/tree/master/decoder_raw (wrote this one)
>

Nice, also we have wal2json [1].

Regards,

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgbench - minor fix for meta command only scripts
Следующее
От: Tom Lane
Дата:
Сообщение: Re: IMPORT FOREIGN SCHEMA can't be run in in pl/pgsql due to INTO