Re: [COMMITTERS] Logical decoding

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, Joshua Bay <joshuabay93(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] Logical decoding
Date: 2016-07-12 20:42:21
Message-ID: CAFcNs+oS-HhhZfJE0xkw8kGxAFgPdJCunUm0tNkHah5wRgnNNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-12 22:07:18 pgsql: Allow IMPORT FOREIGN SCHEMA within pl/pgsql.
Previous Message Peter Eisentraut 2016-07-12 17:31:43 pgsql: doc: Fix typo

Browse pgsql-hackers by date

  From Date Subject
Next Message David Kellum 2016-07-12 20:54:53 Re: BUG #14245: Segfault on weird to_tsquery
Previous Message Tom Lane 2016-07-12 20:20:22 Re: GiST index build versus NaN coordinates