2018-11-20
PostgreSQL数据目录结构
文章来源:https://www.jianshu.com/p/cd8c5b988e52 PostgreSQL数据目录结构 根目录介绍 data ├── base # use to store database file(SELECT oid, datname FROM pg_database;) ├── global # under global, all the fi...
#POST
14 MIN READ