diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-10-05 15:53:40 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-10-05 15:53:40 -0400 |
commit | 23f3989d929e9301a29ee3a25ecf8040d8de20c2 (patch) | |
tree | eb064b496347fe438df81b61446f7400fbeae88f | |
parent | c3315a7da57be720222b119385ed0f7ad7c15268 (diff) | |
download | postgresql-23f3989d929e9301a29ee3a25ecf8040d8de20c2.tar.gz postgresql-23f3989d929e9301a29ee3a25ecf8040d8de20c2.zip |
doc: clarify description for log_startup_progress_interval
Reported-by: Elena Indrupskaya
Discussion: https://postgr.es/m/0af43b49-1646-93d0-ccf1-bb3c635c8c6f@postgrespro.ru
Author: Elena Indrupskaya
Backpatch-through: 15
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d750290f134..66312b53b81 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6752,7 +6752,7 @@ local0.* /var/log/postgresql setting has the default value of 10 seconds, then a messages will be logged for syncing the data directory after it has been in progress for 10 seconds and again after it has been in progress for 20 seconds, - but nothing will be logged for resetting unlogged operations. + but nothing will be logged for resetting unlogged relations. </para> </listitem> </varlistentry> |