Commit 51967daa authored by Neil Conway's avatar Neil Conway

Improvements to the CREATE DATABASE reference page's description of the

TABLESPACE clause.
parent ade8f5c8
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.42 2004/10/22 14:12:41 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.43 2004/10/29 03:17:22 neilc Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -113,9 +113,11 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable> ...@@ -113,9 +113,11 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
<term><replaceable class="parameter">tablespace</replaceable></term> <term><replaceable class="parameter">tablespace</replaceable></term>
<listitem> <listitem>
<para> <para>
Specifies the default tablespace for the new database. The name of the tablespace that will be associated with the
If not specified, the same tablespace that is default for new database, or <literal>DEFAULT</literal> to use the
the template database is used. See template database's tablespace. This
tablespace will be the default tablespace used for objects
created in this database. See
<xref linkend="sql-createtablespace" endterm="sql-createtablespace-title"> <xref linkend="sql-createtablespace" endterm="sql-createtablespace-title">
for more information. for more information.
</para> </para>
......
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