From 51967daa06da9ff6fbf8441e44a8dbfc8568f901 Mon Sep 17 00:00:00 2001
From: Neil Conway
Date: Fri, 29 Oct 2004 03:17:22 +0000
Subject: Improvements to the CREATE DATABASE reference page's description of
the TABLESPACE clause.
---
doc/src/sgml/ref/create_database.sgml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 21f45f98a92..edb98b784b9 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -1,5 +1,5 @@
@@ -113,9 +113,11 @@ CREATE DATABASE name
tablespace
- Specifies the default tablespace for the new database.
- If not specified, the same tablespace that is default for
- the template database is used. See
+ The name of the tablespace that will be associated with the
+ new database, or DEFAULT to use the
+ template database's tablespace. This
+ tablespace will be the default tablespace used for objects
+ created in this database. See
for more information.
--
cgit v1.2.3