1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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>
This commit is contained in:
Peter Eisentraut
2017-04-17 23:32:54 -04:00
parent e6242c18a5
commit 8efd1e08f0

View File

@ -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>