diff options
| author | Bruce Momjian | 2022-07-21 18:55:23 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2022-07-21 18:55:23 +0000 |
| commit | a4f09ef22981011020a5b7404dc2801751b15f64 (patch) | |
| tree | 1661e45f37f09fa541964206d235a86c3bf400f7 /doc/src/sgml/plhandler.sgml | |
| parent | 624aa2a13bd02dd584bb0995c883b5b93b2152df (diff) | |
doc: use wording "restore" instead of "reload" of dumps
Reported-by: [email protected]
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 11
Diffstat (limited to 'doc/src/sgml/plhandler.sgml')
| -rw-r--r-- | doc/src/sgml/plhandler.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml index 40ee59de9f3..980c95ecf39 100644 --- a/doc/src/sgml/plhandler.sgml +++ b/doc/src/sgml/plhandler.sgml @@ -156,7 +156,7 @@ attached to a function when <varname>check_function_bodies</varname> is on. Therefore, checks whose results might be affected by GUC parameters definitely should be skipped when <varname>check_function_bodies</varname> is - off, to avoid false failures when reloading a dump. + off, to avoid false failures when restoring a dump. </para> <para> |
