标签: linux database postgresql server
我的postgres服务器在恢复数据库时空间不足,转储后,如何创建表空间并指定新数据库到该特定位置。
一些例子会很好。感谢
答案 0 :(得分:3)
PostgreSQL CREATE TABLESPACE statement
create database dbname with tablespace = tablespace_name;