From 3ebb8867aa72eaac7df9d797efe760bdb61c1b56 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 19 Nov 2007 02:26:10 +0000 Subject: [PATCH] Minor improvement in documentation of temp_tablespaces: avoid grammatical ambiguity and say what the default value is. --- doc/src/sgml/config.sgml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 73608a55f2..ca770fd3f2 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3724,7 +3724,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; member of the list each time a temporary object is to be created; except that within a transaction, successively created temporary objects are placed in successive tablespaces from the list. - If any element of the list is an empty string, + If the selected element of the list is an empty string, PostgreSQL will automatically use the default tablespace of the current database instead. @@ -3740,6 +3740,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; + The default value is an empty string, which results in all temporary + objects being created in the default tablespace of the current + database. + + + See also . -- 2.11.0