diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-13 14:53:38 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-13 14:53:38 -0500 |
commit | 8680bae8463a0b213893ca6a1c5bb2c2530e823c (patch) | |
tree | af5de8dfa1b45bc437cac6de162205af8ffc3c77 /doc/src | |
parent | e61a82c949353d9684d037a9a404fbb26b651535 (diff) | |
download | postgresql-8680bae8463a0b213893ca6a1c5bb2c2530e823c.tar.gz postgresql-8680bae8463a0b213893ca6a1c5bb2c2530e823c.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/manage-ag.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index f9fe47b6a29..a8a70a1fc42 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -504,7 +504,7 @@ CREATE TABLE foo(i int); <para> Two tablespaces are automatically created when the database cluster 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>template1</literal> and <literal>template0</literal> databases (and, therefore, will be the default tablespace for other databases as well, unless |