dbsync_app.send_return_receipt()

Send a return receipt for the registered tables.

Syntax

FUNCTION send_return_receipt(
      rr_commit BOOLEAN
  )
  RETURNS INTEGER
  1. rr_commit must be TRUE for validation, FALSE for cancelation.
Returns:
  1. The status.

Usage

This function builds a return receipt event for the set of tables registered with register_local_tables(), to validate or cancel the synchronization.