pg_restore. Specifically, this
resets the timescaledb.restoring GUC and restarts any background workers.
For more information, see Migrate using pg_dump and pg_restore.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Perform required operations after finishing a database restore
pg_restore. Specifically, this
resets the timescaledb.restoring GUC and restarts any background workers.
For more information, see Migrate using pg_dump and pg_restore.
SELECT timescaledb_post_restore();
| Column | Type | Description |
|---|---|---|
| success | BOOLEAN | TRUE if the operation completed successfully |