1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

doc: clarify that pg_global can _only_ be used for system tabs.

Reported-by: zhoushulin1992@gmail.com

Discussion: https://postgr.es/m/160499688847.25495.8682880307938679648@wrigleys.postgresql.org

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2023-11-13 14:53:38 -05:00
parent e61a82c949
commit 8680bae846

View File

@ -504,7 +504,7 @@ CREATE TABLE foo(i int);
<para> <para>
Two tablespaces are automatically created when the database cluster Two tablespaces are automatically created when the database cluster
is initialized. The is initialized. The
<literal>pg_global</literal> tablespace is used for shared system catalogs. The <literal>pg_global</literal> tablespace is used only for shared system catalogs. The
<literal>pg_default</literal> tablespace is the default tablespace of the <literal>pg_default</literal> tablespace is the default tablespace of the
<literal>template1</literal> and <literal>template0</literal> databases (and, therefore, <literal>template1</literal> and <literal>template0</literal> databases (and, therefore,
will be the default tablespace for other databases as well, unless will be the default tablespace for other databases as well, unless