mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Fix typo in link label, per Evgeny Gridasov.
This commit is contained in:
parent
3743f07a53
commit
b98f9898d1
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="managing-databases">
|
<chapter id="managing-databases">
|
||||||
@ -389,7 +389,7 @@ dropdb <replaceable class="parameter">dbname</replaceable>
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
To define a tablespace, use the <xref
|
To define a tablespace, use the <xref
|
||||||
linkend="sql-createtablespace" endterm="sql-createdatabase-title">
|
linkend="sql-createtablespace" endterm="sql-createtablespace-title">
|
||||||
command, for example:<indexterm><primary>CREATE TABLESPACE</></>
|
command, for example:<indexterm><primary>CREATE TABLESPACE</></>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
|
CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user