pgsql: Documentation for logical decoding.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Documentation for logical decoding.
Дата
Msg-id E1WPxhP-0006Xn-P3@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Documentation for logical decoding.
Re: pgsql: Documentation for logical decoding.
Список pgsql-committers
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(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Add pg_recvlogical, a tool to receive data logical decoding data
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: test_shm_mq: Use Size rather than uint64.