Skip to content

Commit 73e4c41

Browse files
committed
Update concepts-extensions.md
1 parent bb93229 commit 73e4c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/concepts-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
248248
You can now create a TimescaleDB hypertable [from scratch](https://docs.timescale.com/getting-started/creating-hypertables) or migrate [existing time-series data in PostgreSQL](https://docs.timescale.com/getting-started/migrating-data).
249249

250250
### Restoring a Timescale database
251-
To restore a Timescale database using pg_dump and pg_restore, you need to run two helper procedures in the destination database: `timescaledb_pre_restore` and `timescaledb_post restore`.
251+
To restore a Timescale database using pg_dump and pg_restore, you need to run two helper procedures in the destination database: `timescaledb_pre_restore()` and `timescaledb_post restore()`.
252252

253253
First prepare the destination database:
254254

0 commit comments

Comments
 (0)