timescaledb_post_restore()

Perform the proper operations after restoring the database has completed. Specifically this resets the timescaledb.restoring GUC and restarts any background workers. See backup/restore docs for more information.

Sample Usage

  1. SELECT timescaledb_post_restore();