diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/manage-ag.sgml | 7 | ||||
-rw-r--r-- | doc/src/sgml/ref/create_tablespace.sgml | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/doc/src/sgml/manage-ag.sgml b/doc/src/sgml/manage-ag.sgml index 8903ab2fc9c..192c5009945 100644 --- a/doc/src/sgml/manage-ag.sgml +++ b/doc/src/sgml/manage-ag.sgml @@ -531,13 +531,6 @@ SELECT spcname FROM pg_tablespace; </para> <para> - <productname>PostgreSQL</productname> makes use of symbolic links - to simplify the implementation of tablespaces. This - means that tablespaces can be used <emphasis>only</emphasis> on systems - that support symbolic links. - </para> - - <para> The directory <filename>$PGDATA/pg_tblspc</filename> contains symbolic links that point to each of the non-built-in tablespaces defined in the cluster. Although not recommended, it is possible to adjust the tablespace diff --git a/doc/src/sgml/ref/create_tablespace.sgml b/doc/src/sgml/ref/create_tablespace.sgml index 84fa7ee5e29..9d5ab025261 100644 --- a/doc/src/sgml/ref/create_tablespace.sgml +++ b/doc/src/sgml/ref/create_tablespace.sgml @@ -127,10 +127,6 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable> <refsect1> <title>Notes</title> - <para> - Tablespaces are only supported on systems that support symbolic links. - </para> - <para> <command>CREATE TABLESPACE</command> cannot be executed inside a transaction block. |