Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51967da

Browse files
author
Neil Conway
committed
Improvements to the CREATE DATABASE reference page's description of the
TABLESPACE clause.
1 parentade8f5c commit51967da

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/ref/create_database.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -113,9 +113,11 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
113113
<term><replaceable class="parameter">tablespace</replaceable></term>
114114
<listitem>
115115
<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
119121
<xref linkend="sql-createtablespace" endterm="sql-createtablespace-title">
120122
for more information.
121123
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp