aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-11-04 21:48:03 +0000
committerBruce Momjian <bruce@momjian.us>2007-11-04 21:48:03 +0000
commitc066d27f36d25529313a3acecd6fa533d0fe07b3 (patch)
treef6b4e81e73ae2a22d5a7b55dc72a83325f09ffca
parent3372380cc4e1730616a6e446ed7b7676793ab731 (diff)
downloadpostgresql-c066d27f36d25529313a3acecd6fa533d0fe07b3.tar.gz
postgresql-c066d27f36d25529313a3acecd6fa533d0fe07b3.zip
Add link to NFS section from "creating a database cluster.
-rw-r--r--doc/src/sgml/runtime.sgml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 2181ccd3c0d..0e254a91ada 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.382 2007/11/01 19:06:01 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.383 2007/11/04 21:48:03 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -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">