Add link to NFS section from "creating a database cluster.
authorBruce Momjian <bruce@momjian.us>
Sun, 4 Nov 2007 21:48:03 +0000 (21:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 4 Nov 2007 21:48:03 +0000 (21:48 +0000)
doc/src/sgml/runtime.sgml

index 54cfd4caf2825d6a1a3496945946a178800b8327..4d86ef31f8264438a0413dd018ae02acf667cb27 100644 (file)
@@ -159,6 +159,12 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
    for the database cluster.  Normally this should be chosen to match the
    locale setting.  For details see <xref linkend="multibyte">.
   </para>
+
+  <para>
+   If using a non-local (network) file system, see <xref
+   linkend="manage-ag-tablespaces-nfs">.
+  </para>
+
  </sect1>
 
  <sect1 id="server-start">