Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fc2a5a

Browse files
committed
Update preload_library magic block wording.
1 parent40bc06f commit8fc2a5a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.63 2006/06/1604:02:35 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.64 2006/06/1612:47:49 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -973,10 +973,14 @@ SET ENABLE_SEQSCAN TO OFF;
973973
library is first used. However, the time to start each new
974974
server process may increase slightly, even if that process never
975975
uses the library. So this parameter is recommended only for
976-
libraries that will be used in most sessions. The <quote>magic
977-
block</> required in all PostgreSQL-supported libraries is checked
978-
to guarantee compatibility. For this reason, non-PostgreSQL
979-
libraries cannot be loaded in this way.
976+
libraries that will be used in most sessions.
977+
</para>
978+
979+
<para>
980+
Every PostgreSQL-supported library has a <quote>magic
981+
block</> that is checked to guarantee compatibility.
982+
For this reason, non-PostgreSQL libraries cannot be
983+
loaded in this way.
980984
</para>
981985
</listitem>
982986
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp