Re: pgsql: Documentation for logical decoding.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Documentation for logical decoding.
Date: 2014-03-19 12:59:25
Message-ID: CAHGQGwFO3iGAwTuxyNFmx1=rhMXDe3cWafaHhC4TkuBWXE4Txw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Mar 19, 2014 at 2:21 AM, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> Documentation for logical decoding.
>
> Craig Ringer, Andres Freund, Christian Kruse, with edits by me.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/49c0864d7ef5227faa24f903902db90e5c9d5d69
>
> Modified Files
> --------------
> doc/src/sgml/catalogs.sgml | 27 +-
> doc/src/sgml/filelist.sgml | 1 +
> doc/src/sgml/func.sgml | 99 ++++++
> doc/src/sgml/logicaldecoding.sgml | 560 ++++++++++++++++++++++++++++++++++
> doc/src/sgml/postgres.sgml | 1 +
> doc/src/sgml/protocol.sgml | 52 +++-
> doc/src/sgml/ref/allfiles.sgml | 1 +
> doc/src/sgml/ref/alter_table.sgml | 2 +-
> doc/src/sgml/ref/create_table.sgml | 15 +-
> doc/src/sgml/ref/pg_recvlogical.sgml | 331 ++++++++++++++++++++
> doc/src/sgml/reference.sgml | 1 +
> 11 files changed, 1085 insertions(+), 5 deletions(-)

In the example of usage of pg_recvlogical, I think it's better to use
postgres database
instead of testdb because the document says "in the example below,
postgres" at the
top of the page and the postgres database is also used in the example
of usage of
pg_create_logical_replication_slot(). Attached patch changes the
example that way
and does some minor improvements.

Regards,

--
Fujii Masao

Attachment Content-Type Size
logical_decoding_minor_improvement_v1.patch text/x-patch 5.3 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-03-19 13:06:52 Re: pgsql: Documentation for logical decoding.
Previous Message Heikki Linnakangas 2014-03-18 20:24:21 Re: pgsql: Remove rm_safe_restartpoint machinery.