Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3743f07 commit b98f989Copy full SHA for b98f989
doc/src/sgml/manage-ag.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.43 2005/08/14 23:35:37 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.44 2005/09/18 04:02:05 tgl Exp $
3
-->
4
5
<chapter id="managing-databases">
@@ -389,7 +389,7 @@ dropdb <replaceable class="parameter">dbname</replaceable>
389
390
<para>
391
To define a tablespace, use the <xref
392
- linkend="sql-createtablespace" endterm="sql-createdatabase-title">
+ linkend="sql-createtablespace" endterm="sql-createtablespace-title">
393
command, for example:<indexterm><primary>CREATE TABLESPACE</></>
394
<programlisting>
395
CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
0 commit comments