temp_tablespaces
A server parameter specifying one or more tablespaces where temporary database objects can be created
temp_tablespaces
is a configuration parameter specifying one or more tablespaces where temporary database objects can be created.
temp_tablespaces
was added in PostgreSQL 8.3.
Default value
The default value for temp_tablespaces
is: ''
(empty string).
Change history
- PostgreSQL 8.3
- added (commit acfce502)
References
- PostgreSQL documentation: temp_tablespaces
Useful links
- About temp_tablespaces in PostgreSQL - March 2020 blog article by dbi services