1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Rename the built-in tablespaces to pg_default and pg_global, and prohibit

creation of user-defined tablespaces with names starting with 'pg_', as
per suggestion of Chris K-L.  Also install admin-guide tablespace
documentation from Gavin.
This commit is contained in:
Tom Lane
2004-06-21 04:06:07 +00:00
parent 483b7f8249
commit f5f448fb3e
7 changed files with 140 additions and 117 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.49 2004/03/23 06:09:00 neilc Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.50 2004/06/21 04:06:04 tgl Exp $
PostgreSQL documentation
-->
@@ -417,18 +417,6 @@ PostgreSQL documentation
</listitem>
</varlistentry>
<varlistentry>
<term>others</term>
<listitem>
<para>
Other environment variables may be used to designate alternative
data storage locations. See <xref linkend="manage-ag-alternate-locs"> for more
information.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>