Re: pgsql: Documentation for logical decoding.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: pgsql: Documentation for logical decoding.
Дата
Msg-id CAHGQGwFO3iGAwTuxyNFmx1=rhMXDe3cWafaHhC4TkuBWXE4Txw@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Documentation for logical decoding.  (Robert Haas <rhaas@postgresql.org>)
Ответы Re: pgsql: Documentation for logical decoding.  (Andres Freund <andres@2ndquadrant.com>)
Список 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

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Remove rm_safe_restartpoint machinery.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Documentation for logical decoding.