Re: [COMMITTERS] Logical decoding

From: Joshua Bay <joshuabay93(at)gmail(dot)com>
To: fabriziomello(at)gmail(dot)com
Cc: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Craig Ringer <craig(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] Logical decoding
Date: 2016-08-03 03:20:38
Message-ID: CABb-U3aEP8V-zPsKbKPPO0+RLMyHKpLXnz+kaVQw1RVA8+HsjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Thanks a lot for your help!!

On Tue, Jul 12, 2016 at 4:42 PM, Fabrízio de Royes Mello <
fabriziomello(at)gmail(dot)com> wrote:

>
>
> On Mon, Jul 11, 2016 at 2:13 AM, Michael Paquier <
> michael(dot)paquier(at)gmail(dot)com> wrote:
> >
> > On Mon, Jul 11, 2016 at 2:03 PM, Craig Ringer <craig(at)2ndquadrant(dot)com>
> wrote:
> > > On 9 July 2016 at 01:57, Joshua Bay <joshuabay93(at)gmail(dot)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,
>
>
> [1] https://github.com/eulerto/wal2json
>
> --
> Fabrízio de Royes Mello
> Consultoria/Coaching PostgreSQL
> >> Timbira: http://www.timbira.com.br
> >> Blog: http://fabriziomello.github.io
> >> Linkedin: http://br.linkedin.com/in/fabriziomello
> >> Twitter: http://twitter.com/fabriziomello
> >> Github: http://github.com/fabriziomello
>

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-08-03 14:32:36 pgsql: C comment: fix typo
Previous Message Peter Eisentraut 2016-08-03 02:36:29 pgsql: Small wording tweaks

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Bay 2016-08-03 03:37:04 Way to access LSN (for each transaction) by directly talking to postgres?
Previous Message Tatsuo Ishii 2016-08-03 03:03:31 Re: regression test for extended query protocol