diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2017-04-17 23:32:54 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2017-04-17 23:32:54 -0400 |
| commit | 8efd1e08f063892be13de085e5e2c0e802fadf55 (patch) | |
| tree | 073a0a9cc0dcf60f3ce275bb743507f156dda6e8 /doc/src | |
| parent | e6242c18a5bb08788e6c4cc773952fc8e2a6291a (diff) | |
doc: Clarify logical replication details
Document more explicitly that the target table can have more columns
than the source table.
Reported-by: Euler Taveira <euler@timbira.com.br>
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/logical-replication.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 8c70ce3b6e4..7bfff24a68f 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -200,7 +200,9 @@ <para> Columns of a table are also matched by name. A different order of columns - in the target table is allowed, but the column types have to match. + in the target table is allowed, but the column types have to match. The + target table can have additional columns not provided by the published + table. Those will be filled with their default values. </para> </sect1> |
