]> granicus.if.org Git - postgresql/commitdiff
doc: Clarify logical replication details
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Apr 2017 03:32:54 +0000 (23:32 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Apr 2017 03:32:54 +0000 (23:32 -0400)
Document more explicitly that the target table can have more columns
than the source table.

Reported-by: Euler Taveira <euler@timbira.com.br>
doc/src/sgml/logical-replication.sgml

index 8c70ce3b6e40403cb50d432f106fbb6b4be16d2c..7bfff24a68f9bec9da4950a047b0658d8168bbe4 100644 (file)
 
   <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>