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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user