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

Commite36716a

Browse files
committed
Add standard boilerplate sentence about when stats_temp_directory can be changed.
1 parentf1e237b commite36716a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.189 2008/08/2518:55:43 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.190 2008/08/2519:03:37 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3414,13 +3414,16 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
34143414
</indexterm>
34153415
<listitem>
34163416
<para>
3417-
Sets the directory to store temporary statistics data in. This can be a
3418-
path relative to the data directory or an absolute path. The default is
3419-
<filename>pg_stat_tmp</filename>. Pointing this at a RAM based filesystem
3420-
will decrease physical I/O requirements and can lead to increased
3421-
performance. If this parameter is changed when the system is running,
3422-
there is a small window of time until the new file has been written
3423-
during which the statistics functions might return no information.
3417+
Sets the directory to store temporary statistics data in. This can be
3418+
a path relative to the data directory or an absolute path. The default
3419+
is <filename>pg_stat_tmp</filename>. Pointing this at a RAM based
3420+
filesystem will decrease physical I/O requirements and can lead to
3421+
improved performance.
3422+
This parameter can only be set in the <filename>postgresql.conf</>
3423+
file or on the server command line.
3424+
If this parameter is changed while the server is running, there is a
3425+
small window of time until the new statistics file has been written
3426+
during which the statistics functions might return no information.
34243427
</para>
34253428
</listitem>
34263429
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp