analyse_audit_logs


Description

Get audit logs from the central database and the clone since the last synchronization. Compare the logs to find and resolved UPDATE conflicts (same table, feature, column): last modified object wins. This function store the resolved conflicts into the table lizsync.conflicts in the central database. Returns central server event ids, minimum event id, maximum event id, maximum action timestamp.

Parameters

Name Type Mode
ids ARRAY OUT
min_event_id bigint OUT
max_event_id bigint OUT
max_action_tstamp_tx timestamp with time zone OUT

Definition