|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.43 2005/08/14 23:35:37 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.44 2005/09/18 04:02:05 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="managing-databases">
|
@@ -389,7 +389,7 @@ dropdb <replaceable class="parameter">dbname</replaceable>
|
389 | 389 |
|
390 | 390 | <para>
|
391 | 391 | To define a tablespace, use the <xref
|
392 |
| - linkend="sql-createtablespace" endterm="sql-createdatabase-title"> |
| 392 | + linkend="sql-createtablespace" endterm="sql-createtablespace-title"> |
393 | 393 | command, for example:<indexterm><primary>CREATE TABLESPACE</></>
|
394 | 394 | <programlisting>
|
395 | 395 | CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
|
|