Subscribing to replicated functions

You must create subscriptions to function replication definitions for either applied or request functions using create subscription and the no-materialization method or define subscription and the other commands for bulk materialization: activate subscription, validate subscription, and check subscription.

The only exception is the function replication definitions with versions earlier than 15.1 used for request functions without subscription. See Appendix C, “Pre-15.1 Request Function Replication” for information.

If you specified searchable parameters in the function replication definition, you can subscribe to a function based on the value of its parameters.

You drop subscriptions to function replication definitions using drop subscription. They are dropped without purging the replicate data associated with the function. You do not need to specify the without purge option.

Refer to Chapter 3, “Replication Server Commands,” in the Replication Server Reference Manual, and related commands, for the full syntax for bulk materialization commands. Also see “Bulk materialization”.