mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 21:30:36 -05: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:
parent
e6242c18a5
commit
8efd1e08f0
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue