Skip to content

Commit 7a459b8

Browse files
committed
Improve description for restoring GUC
1 parent 9fe4056 commit 7a459b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/guc.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,10 @@ _guc_init(void)
477477
NULL);
478478

479479
DefineCustomBoolVariable(MAKE_EXTOPTION("restoring"),
480-
"Install timescale in restoring mode",
481-
"Used for running pg_restore",
480+
"Enable restoring mode for timescaledb",
481+
"In restoring mode all timescaledb internal hooks are disabled. This "
482+
"mode is required for restoring logical dumps of databases with "
483+
"timescaledb.",
482484
&ts_guc_restoring,
483485
false,
484486
PGC_SUSET,

0 commit comments

Comments
 (0)