diff options
Diffstat (limited to 'doc/src/sgml/logical-replication.sgml')
| -rw-r--r-- | doc/src/sgml/logical-replication.sgml | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 9ccd5ec5006..b01f5e998b2 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -102,16 +102,18 @@ A <firstterm>publication</firstterm> can be defined on any physical replication primary. The node where a publication is defined is referred to as <firstterm>publisher</firstterm>. A publication is a set of changes - generated from a table or a group of tables, and might also be described as - a change set or replication set. Each publication exists in only one database. + generated from a table, a group of tables or the current state of all + sequences, and might also be described as a change set or replication set. + Each publication exists in only one database. </para> <para> Publications are different from schemas and do not affect how the table is accessed. Each table can be added to multiple publications if needed. - Publications may currently only contain tables and all tables in schema. - Objects must be added explicitly, except when a publication is created for - <literal>ALL TABLES</literal>. + Publications may currently only contain tables or sequences. Objects must be + added explicitly, except when a publication is created using + <literal>FOR TABLES IN SCHEMA</literal>, <literal>FOR ALL TABLES</literal>, + or <literal>FOR ALL SEQUENCES</literal>. </para> <para> @@ -1049,24 +1051,24 @@ HINT: To initiate replication, you must manually create the replication slot, e <programlisting><