diff options
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 |