|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.382 2007/11/01 19:06:01 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.383 2007/11/04 21:48:03 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -159,6 +159,12 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
|
159 | 159 | for the database cluster. Normally this should be chosen to match the
|
160 | 160 | locale setting. For details see <xref linkend="multibyte">.
|
161 | 161 | </para>
|
| 162 | + |
| 163 | + <para> |
| 164 | + If using a non-local (network) file system, see <xref |
| 165 | + linkend="manage-ag-tablespaces-nfs">. |
| 166 | + </para> |
| 167 | + |
162 | 168 | </sect1>
|
163 | 169 |
|
164 | 170 | <sect1 id="server-start">
|
|