Parameters
Name | Type | Mode |
---|---|---|
p_ids | ARRAY | IN |
p_min_event_id | bigint | IN |
p_max_event_id | bigint | IN |
p_max_action_tstamp_tx | timestamp with time zone | IN |
replay_count | integer | OUT |
Replay the central logs in the clone database, then modifiy the corresponding audit logs in the central server to update the sync_data column. A new item is also created in the central server lizsync.history table. When running the log queries, we disable triggers in the clone to avoid adding more rows to the local audit logged_actions table
Name | Type | Mode |
---|---|---|
p_ids | ARRAY | IN |
p_min_event_id | bigint | IN |
p_max_event_id | bigint | IN |
p_max_action_tstamp_tx | timestamp with time zone | IN |
replay_count | integer | OUT |