Update data in one PostgreSQL database table from another.
Use data from one table to insert and update records in another.
Variables
Postgres Database containing the table with data to replicate.
Schema of the table with data to replicate.
Name of the table with data to replicate.
Postgres Database containing the table to update.
Schema of the table to update.
Name of the table to update.
Name of the sorted column in both tables containing unique integer or date values to use as row identifiers for updates.
Only rows with a value in the Unique Column that is greater than this value will be replicated. Leave blank to use the last row of the Target Table as the starting point. This value is NOT automatically updated during Task execution.