find/change default temp tablespace
VIEW DEFAULT TEMP TABLESPACE: dbaclass=# SELECT name, setting FROM pg_settings where name='temp_tablespaces'; name | setting ------------------+--------- temp_tablespaces | (1 row)
postgresql configurationintermediate
by PostgreSQL
13 views