aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-06-18 21:47:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-06-18 21:47:24 +0000
commitf7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09 (patch)
treeef0a49f25922f5d6dec9a9952d8521da9142a0bb /doc/src
parent984c8a48f4fbe4d7f889519585a0c090cdf2931d (diff)
downloadpostgresql-f7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09.tar.gz
postgresql-f7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09.zip
Replace createdb's obsolete --location switch with --tablespace.
I kept the same abbreviated letter -D, in hopes of maintaining some modicum of backwards compatibility (though it's doubtful whether anyone is really using scripts that invoke createdb -D ...)
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/createdb.sgml30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/src/sgml/ref/createdb.sgml b/doc/src/sgml/ref/createdb.sgml
index 1d04a61abf6..c307031ba4d 100644
--- a/doc/src/sgml/ref/createdb.sgml
+++ b/doc/src/sgml/ref/createdb.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.39 2004/06/18 21:24:02 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.40 2004/06/18 21:47:23 tgl Exp $
PostgreSQL documentation
-->
@@ -67,8 +67,8 @@ PostgreSQL documentation
<term><replaceable class="parameter">dbname</replaceable></term>
<listitem>
<para>
- Specifies the name of the database to be created. The name must be
- unique among all <productname>PostgreSQL</productname> databases in this cluster.
+ Specifies the name of the database to be created. The name must be
+ unique among all <productname>PostgreSQL</productname> databases in this cluster.
The default is to create a database with the same name as the
current system user.
</para>
@@ -79,18 +79,18 @@ PostgreSQL documentation
<term><replaceable class="parameter">description</replaceable></term>
<listitem>
<para>
- This optionally specifies a comment to be associated with the newly created
- database.
+ Specifies a comment to be associated with the newly created
+ database.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-D <replaceable class="parameter">location</replaceable></></term>
- <term><option>--location <replaceable class="parameter">location</replaceable></></term>
+ <term><option>-D <replaceable class="parameter">tablespace</replaceable></></term>
+ <term><option>--tablespace <replaceable class="parameter">tablespace</replaceable></></term>
<listitem>
<para>
- Specifies the alternative location for the database.
+ Specifies the default tablespace for the database.
</para>
</listitem>
</varlistentry>
@@ -101,7 +101,7 @@ PostgreSQL documentation
<listitem>
<para>
Echo the commands that <application>createdb</application> generates
- and sends to the server.
+ and sends to the server.
</para>
</listitem>
</varlistentry>
@@ -124,7 +124,7 @@ PostgreSQL documentation
<term><option>--owner <replaceable class="parameter">owner</replaceable></></term>
<listitem>
<para>
- Specifies the database user who will own the new database.
+ Specifies the database user who will own the new database.
</para>
</listitem>
</varlistentry>
@@ -170,9 +170,9 @@ PostgreSQL documentation
<term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<para>
- Specifies the host name of the machine on which the
- server is running. If the value begins with a slash, it is used
- as the directory for the Unix domain socket.
+ Specifies the host name of the machine on which the
+ server is running. If the value begins with a slash, it is used
+ as the directory for the Unix domain socket.
</para>
</listitem>
</varlistentry>
@@ -182,8 +182,8 @@ PostgreSQL documentation
<term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<para>
- Specifies the TCP port or the local Unix domain socket file
- extension on which the server is listening for connections.
+ Specifies the TCP port or the local Unix domain socket file
+ extension on which the server is listening for connections.
</para>
</listitem>
</varlistentry>