Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道这是一个非常基本的问题,但我在谷歌上找不到答案。
但是这两个表空间之间的主要区别是什么?
从文档:
initdb 会自动创建两个表空间。pg_global 表空间用于共享系统目录。pg_default 表空间是 template1 和 template0 数据库的默认表空间(因此,也将是其他数据库的默认表空间,除非被 CREATE DATABASE 中的 TABLESPACE 子句覆盖)。