Check Details
In PostgreSQL data sync scenarios, you need to check whether the table to be synced has the primary key, and if not, the task verification will report a warning and automatically set ALTER TABLE XXXREPLICA IDENTITY
.
Troubleshooting
Set a primary key as prompted and execute the verification task again.
Was this page helpful?