From f7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 18 Jun 2004 21:47:24 +0000 Subject: 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 ...) --- doc/src/sgml/ref/createdb.sgml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/src') 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 @@ @@ -67,8 +67,8 @@ PostgreSQL documentation dbname - Specifies the name of the database to be created. The name must be - unique among all PostgreSQL databases in this cluster. + Specifies the name of the database to be created. The name must be + unique among all PostgreSQL databases in this cluster. The default is to create a database with the same name as the current system user. @@ -79,18 +79,18 @@ PostgreSQL documentation description - This optionally specifies a comment to be associated with the newly created - database. + Specifies a comment to be associated with the newly created + database. - - + + - Specifies the alternative location for the database. + Specifies the default tablespace for the database. @@ -101,7 +101,7 @@ PostgreSQL documentation Echo the commands that createdb generates - and sends to the server. + and sends to the server. @@ -124,7 +124,7 @@ PostgreSQL documentation - Specifies the database user who will own the new database. + Specifies the database user who will own the new database. @@ -170,9 +170,9 @@ PostgreSQL documentation - 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. @@ -182,8 +182,8 @@ PostgreSQL documentation - 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. -- cgit v1.2.3