How to move a database to a new tablespace in postgres - DBACLASS DBACLASS
To move a database to a new tablespace issue, alter database prod_crm set tablespace crm_tblspc; Before that make sure no sessions are connec
postgresql configurationintermediate
by PostgreSQL
12 views