查看postgresql当前表空间

查看pgsql当前表空间有哪些可以试试下面:

postgres=> SELECT spcname FROM pg_tablespace;
或:
postgres=> \db


你可能感兴趣的:(表空间,pg_database)