小编dav*_*100的帖子

数据库中的位置是存储的postgres表空间的位置

我在redhat 6上使用postgres 9.2

这应该很简单但我无法在任何地方找到它.我正在寻找存储postgres表空间位置的数据库表和列,我认为它将在PG_TABLESPACE中,但是

select * from pg_tablespace
Run Code Online (Sandbox Code Playgroud)

显示...

postgres=# select * from pg_tablespace;
     spcname     | spcowner | spcacl | spcoptions
-----------------+----------+--------+------------
 pg_default      |       10 |        |
 pg_global       |       10 |        |
 C_TBL_DB91SABIR |       10 |        |
(3 rows)
Run Code Online (Sandbox Code Playgroud)

但没有位置,任何保留位置的想法?

谢谢

postgresql tablespace postgresql-9.2

8
推荐指数
2
解决办法
1万
查看次数

标签 统计

postgresql ×1

postgresql-9.2 ×1

tablespace ×1