|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.42 2004/10/22 14:12:41 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_database.sgml,v 1.43 2004/10/29 03:17:22 neilc Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -113,9 +113,11 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
|
113 | 113 | <term><replaceable class="parameter">tablespace</replaceable></term>
|
114 | 114 | <listitem>
|
115 | 115 | <para>
|
116 |
| - Specifies the default tablespace for the new database. |
117 |
| - If not specified, the same tablespace that is default for |
118 |
| - the template database is used. See |
| 116 | + The name of the tablespace that will be associated with the |
| 117 | + new database, or <literal>DEFAULT</literal> to use the |
| 118 | + template database's tablespace. This |
| 119 | + tablespace will be the default tablespace used for objects |
| 120 | + created in this database. See |
119 | 121 | <xref linkend="sql-createtablespace" endterm="sql-createtablespace-title">
|
120 | 122 | for more information.
|
121 | 123 | </para>
|
|