From: Bruce Momjian Date: Mon, 13 Nov 2023 19:53:38 +0000 (-0500) Subject: doc: clarify that pg_global can _only_ be used for system tabs. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8680bae8463a0b213893ca6a1c5bb2c2530e823c;p=users%2Frhaas%2Fpostgres.git 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 --- diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index f9fe47b6a2..a8a70a1fc4 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -504,7 +504,7 @@ CREATE TABLE foo(i int); Two tablespaces are automatically created when the database cluster is initialized. The - pg_global tablespace is used for shared system catalogs. The + pg_global tablespace is used only for shared system catalogs. The pg_default tablespace is the default tablespace of the template1 and template0 databases (and, therefore, will be the default tablespace for other databases as well, unless