aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/createdb.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/createdb.sgml')
-rw-r--r--doc/src/sgml/ref/createdb.sgml7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index 3e50173e22a..1516f3396d6 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -90,7 +90,8 @@ PostgreSQL documentation
<term><option>--tablespace=<replaceable class="parameter">tablespace</replaceable></></term>
<listitem>
<para>
- Specifies the default tablespace for the database.
+ Specifies the default tablespace for the database. (This name
+ is processed as a double-quoted identifier.)
</para>
</listitem>
</varlistentry>
@@ -154,6 +155,7 @@ PostgreSQL documentation
<listitem>
<para>
Specifies the database user who will own the new database.
+ (This name is processed as a double-quoted identifier.)
</para>
</listitem>
</varlistentry>
@@ -163,7 +165,8 @@ PostgreSQL documentation
<term><option>--template=<replaceable class="parameter">template</replaceable></></term>
<listitem>
<para>
- Specifies the template database from which to build this database.
+ Specifies the template database from which to build this
+ database. (This name is processed as a double-quoted identifier.)
</para>
</listitem>
</varlistentry>