When a column list is specified, only the named columns are replicated.
If no column list is specified, all columns of the table are replicated
- through this publication, including any columns added later. If a column
- list is specified, it must include the replica identity columns.
+ through this publication, including any columns added later. It has no
+ effect on TRUNCATE commands.
disallowed on those tables.
+ Any column list must include the REPLICA IDENTITY columns
+ in order for UPDATE or DELETE
+ operations to be published. There are no column list restrictions if the
+ publication publishes only INSERT operations.
+
+
A row filter expression (i.e., the WHERE clause) must contain only
columns that are covered by the REPLICA IDENTITY, in