Truncate table or partition

The rs_truncate form of the applied subcommand is used to support the replication of the truncate table and truncate table partition commands. The syntax for rs_truncate is:

distribute command_tags applied [owner=owner_name]
‘table’.rs_truncate [partition_name[, partition_name]...] yielding

You must assign a partition_name for each partition specified in the truncate table partition command.

NoteRepAgent sends an rs_truncate applied subcommand with parameters only if the LTL version is 700. If the LTL version is below 700, RepAgent skips the distribute command.