BUG #6153: possible typo in the local_preload_libraries documentation

Started by Christoph Anton Mittererover 14 years ago2 messagesbugs
Jump to latest
#1Christoph Anton Mitterer
calestyo@scientia.net

The following bug has been logged online:

Bug reference: 6153
Logged by: Christoph Anton Mitterer
Email address: calestyo@scientia.net
PostgreSQL version: 9.0
Operating system: Debian sid
Description: possible typo in the local_preload_libraries
documentation
Details:

Hi.

Hope I'm not wrong again ;-)

But I guess the documentation of local_preload_libraries
(http://www.postgresql.org/docs/9.0/static/runtime-config-client.html#GUC-LO
CAL-PRELOAD-LIBRARIES), which says:
"Unlike local_preload_libraries, there..."
means "shared_preload_libraries" here.

Cheers,
Chris.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christoph Anton Mitterer (#1)
Re: BUG #6153: possible typo in the local_preload_libraries documentation

"Christoph Anton Mitterer" <calestyo@scientia.net> writes:

But I guess the documentation of local_preload_libraries
(http://www.postgresql.org/docs/9.0/static/runtime-config-client.html#GUC-LO
CAL-PRELOAD-LIBRARIES), which says:
"Unlike local_preload_libraries, there..."
means "shared_preload_libraries" here.

Yeah, I think you're right. Will fix.

regards, tom lane