File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 232
232
</para>
233
233
234
234
<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.
239
244
</para>
240
245
241
246
<sect2 id="logical-replication-subscription-slot">
You can’t perform that action at this time.
0 commit comments