Commit c71e3de2 authored by Tom Lane's avatar Tom Lane

Improve markup a little.

parent c2f14a7c
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.32 2004/08/07 19:02:43 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.33 2004/08/07 19:14:45 tgl Exp $
--> -->
<chapter id="managing-databases"> <chapter id="managing-databases">
...@@ -75,8 +75,7 @@ $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.32 2004/08/07 19:02:43 tgl Ex ...@@ -75,8 +75,7 @@ $PostgreSQL: pgsql/doc/src/sgml/manage-ag.sgml,v 2.32 2004/08/07 19:02:43 tgl Ex
<para> <para>
Databases are created with the SQL command Databases are created with the SQL command
<xref linkend="sql-createdatabase" <xref linkend="sql-createdatabase">:<indexterm><primary>CREATE
endterm="sql-createdatabase-title">:<indexterm><primary>CREATE
DATABASE</></> DATABASE</></>
<synopsis> <synopsis>
CREATE DATABASE <replaceable>name</>; CREATE DATABASE <replaceable>name</>;
...@@ -302,8 +301,7 @@ ALTER DATABASE mydb SET geqo TO off; ...@@ -302,8 +301,7 @@ ALTER DATABASE mydb SET geqo TO off;
<para> <para>
Databases are destroyed with the command Databases are destroyed with the command
<xref linkend="sql-dropdatabase" <xref linkend="sql-dropdatabase">:<indexterm><primary>DROP DATABASE</></>
endterm="sql-dropdatabase-title">:<indexterm><primary>DROP DATABASE</></>
<synopsis> <synopsis>
DROP DATABASE <replaceable>name</>; DROP DATABASE <replaceable>name</>;
</synopsis> </synopsis>
...@@ -363,9 +361,8 @@ dropdb <replaceable class="parameter">dbname</replaceable> ...@@ -363,9 +361,8 @@ dropdb <replaceable class="parameter">dbname</replaceable>
</para> </para>
<para> <para>
To define a tablespace, use the <xref linkend="sql-createtablespace" To define a tablespace, use the <xref linkend="sql-createtablespace">
endterm="sql-createtablespace-title"> command, for command, for example:<indexterm><primary>CREATE TABLESPACE</></>
example:<indexterm><primary>CREATE TABLESPACE</></>
<programlisting> <programlisting>
CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data'; CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
</programlisting> </programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment