Re: Correction For PostgreSQL Manual
Bruce Momjian <[email protected]> Tue, 5 Nov 2019 20:54:46 -0500
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Oct 25, 2019 at 09:56:47PM +0000, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/bgworker.html > Description: > > The warning about background worker processes at the beginning of Chapter 47 > reads: > > Administrators wishing to enable modules that include background worker > process ... > > Should be: > > Administrators wishing to enable modules that include background worker > processes ... > > Hope this helps! Yes, it does help. I have fixed it in all supported versions, patch attached. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +
bgwriter.diff
(text/x-diff, 693 B)
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index bc5a52584b..ad17b42c89 100644
--- a/doc/src/sgml/bgworker.sgml
+++ b/doc/src/sgml/bgworker.sgml
@@ -23,7 +23,7 @@
There are considerable robustness and security risks in using background
worker processes because, being written in the <literal>C</literal> language,
they have unrestricted access to data. Administrators wishing to enable
- modules that include background worker process should exercise extreme
+ modules that include background worker processes should exercise extreme
caution. Only carefully audited modules should be permitted to run
background worker processes.
</para>