diff options
Diffstat (limited to 'doc/src/sgml/manage-ag.sgml')
-rw-r--r-- | doc/src/sgml/manage-ag.sgml | 7 |
1 files changed, 0 insertions, 7 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 |