gp_pitr

The gp_pitr module supports implementing Point-in-Time Recovery for SynxDB 2. In service of this it creates a new view – gp_stat_archiver – as well as two user-defined functions that are called internally.

The gp_pitr module is a SynxDB extension.

Installing and Registering the Module

The gp_pitr module is installed when you install SynxDB. Before you can use the view defined in the module, you must register the gp_pitr extension in each database where you want to use the function, using the following command:

CREATE EXTENSION gp_pitr;