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

docs: tablespaces cannot be accessed independently

Mention impossibility of moving tablespaces, backing them up
independently, or the inadvisability of placing them on temporary
file systems.

Patch by Craig Ringer, adjustments by Ian Lawrence Warwick and me
This commit is contained in:
Bruce Momjian
2014-04-19 10:52:49 -04:00
parent 13ecb822e8
commit 4353d1809f
2 changed files with 27 additions and 2 deletions

View File

@@ -50,6 +50,14 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable>
<command>CREATE INDEX</> or <command>ADD CONSTRAINT</> to have the data
files for these objects stored within the specified tablespace.
</para>
<warning>
<para>
A tablespace cannot be used independently of the cluster in which it
is defined; see <xref linkend="manage-ag-tablespaces"/>.
</para>
</warning>
</refsect1>
<refsect1>