Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96f481
)
doc: Improve wording
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 3 Mar 2018 14:56:17 +0000
(09:56 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 3 Mar 2018 14:56:17 +0000
(09:56 -0500)
doc/src/sgml/bgworker.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/bgworker.sgml
b/doc/src/sgml/bgworker.sgml
index 18ad2e457713ad79285b350b524a173698304adc..ac71fb2c41f968d0c7c009ff54af3aac50fe8cdd 100644
(file)
--- a/
doc/src/sgml/bgworker.sgml
+++ b/
doc/src/sgml/bgworker.sgml
@@
-41,7
+41,7
@@
*worker, BackgroundWorkerHandle **handle</type>)</function>. Unlike
<function>RegisterBackgroundWorker</function>, which can only be called from within
the postmaster, <function>RegisterDynamicBackgroundWorker</function> must be
- called from a regular backend
, possibly
another background worker.
+ called from a regular backend
or
another background worker.
</para>
<para>