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

Commit3ebb886

Browse files
committed
Minor improvement in documentation of temp_tablespaces: avoid grammatical
ambiguity and say what the default value is.
1 parent7129f26 commit3ebb886

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.155 2007/11/09 23:52:08 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.156 2007/11/19 02:26:10 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3724,7 +3724,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
37243724
member of the list each time a temporary object is to be created;
37253725
except that within a transaction, successively created temporary
37263726
objects are placed in successive tablespaces from the list.
3727-
Ifany element of the list is an empty string,
3727+
Ifthe selected element of the list is an empty string,
37283728
<productname>PostgreSQL</> will automatically use the default
37293729
tablespace of the current database instead.
37303730
</para>
@@ -3739,6 +3739,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
37393739
using a value set in <filename>postgresql.conf</>.
37403740
</para>
37413741

3742+
<para>
3743+
The default value is an empty string, which results in all temporary
3744+
objects being created in the default tablespace of the current
3745+
database.
3746+
</para>
3747+
37423748
<para>
37433749
See also <xref linkend="guc-default-tablespace">.
37443750
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp