Re: pgsql: Documentation for logical decoding. - Mailing list pgsql-committers

From Fujii Masao
Subject Re: pgsql: Documentation for logical decoding.
Date
Msg-id CAHGQGwFO3iGAwTuxyNFmx1=rhMXDe3cWafaHhC4TkuBWXE4Txw@mail.gmail.com
Whole thread Raw
In response to pgsql: Documentation for logical decoding.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Documentation for logical decoding.  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-committers
On Wed, Mar 19, 2014 at 2:21 AM, Robert Haas <rhaas@postgresql.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

pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Remove rm_safe_restartpoint machinery.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Documentation for logical decoding.