mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 00:04:53 -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
@ -200,7 +200,9 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
Columns of a table are also matched by name. A different order of columns
|
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>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user