Minor improvement in documentation of temp_tablespaces: avoid grammatical
authorTom Lane
Mon, 19 Nov 2007 02:26:10 +0000 (02:26 +0000)
committerTom Lane
Mon, 19 Nov 2007 02:26:10 +0000 (02:26 +0000)
ambiguity and say what the default value is.

doc/src/sgml/config.sgml

index 73608a55f29a33d9df1636df0d3f8506663e7eb0..ca770fd3f2b8651464734fe51baae8a02e5a2589 100644 (file)
@@ -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.
        
@@ -3739,6 +3739,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
         using a value set in postgresql.conf.
        
 
+       
+        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 .