insert_history_item


Description

Add a new history item in the lizsync.history table as the owner of the table. The SECURITY DEFINER allows the clone to update the protected table. DO NOT USE MANUALLY.

Parameters

Name Type Mode
p_server_from text IN
p_server_to text IN
p_min_event_id bigint IN
p_max_event_id bigint IN
p_max_action_tstamp_tx timestamp with time zone IN
p_sync_type text IN
p_sync_status text IN

Definition