-
+
Server Configuration
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.
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 .