File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 232232 </para>
233233
234234 <para>
235- Columns of a table are also matched by name. A different order of columns
236- in the target table is allowed, but the column types have to match. The
237- target table can have additional columns not provided by the published
238- table. Those will be filled with their default values.
235+ Columns of a table are also matched by name. The order of columns in the
236+ subscriber table does not need to match that of the publisher. The data
237+ types of the columns do not need to match, as long as the text
238+ representation of the data can be converted to the target type. For
239+ example, you can replicate from a column of type <type>integer</type> to a
240+ column of type <type>bigint</type>. The target table can also have
241+ additional columns not provided by the published table. Any such columns
242+ will be filled with the default value as specified in the definition of the
243+ target table.
239244 </para>
240245
241246 <sect2 id="logical-replication-subscription-slot">
You can’t perform that action at this time.
0 commit comments