get_central_audit_logs


Description

Get all the logs from the central database: modifications do not come from the clone, have not yet been replayed by the clone, are dated after the last synchronisation, have an event id higher than the last sync maximum event id, and concern the synchronised tables for this clone. Parameters: uid column name and excluded columns

Parameters

Name Type Mode
p_uid_field text IN
p_excluded_columns ARRAY IN
event_id bigint OUT
action_tstamp_tx timestamp with time zone OUT
action_tstamp_epoch numeric OUT
ident text OUT
action_type text OUT
origine text OUT
action text OUT
updated_field text OUT
uid uuid OUT
original_action_tstamp_tx numeric OUT

Definition