aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/dropdb.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/dropdb.sgml')
-rw-r--r--doc/src/sgml/ref/dropdb.sgml23
1 files changed, 15 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml
index aaecbf821ce..574c0b98834 100644
--- a/doc/src/sgml/ref/dropdb.sgml
+++ b/doc/src/sgml/ref/dropdb.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.17 2002/08/10 16:57:31 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.18 2002/09/21 18:32:54 petere Exp $
PostgreSQL documentation
-->
@@ -54,7 +54,8 @@ PostgreSQL documentation
<variablelist>
<varlistentry>
- <term>-h, --host <replaceable class="parameter">host</replaceable></term>
+ <term><option>-h <replaceable class="parameter">host</replaceable></></term>
+ <term><option>--host <replaceable class="parameter">host</replaceable></></term>
<listitem>
<para>
Specifies the host name of the machine on which the
@@ -66,7 +67,8 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term>-p, --port <replaceable class="parameter">port</replaceable></term>
+ <term><option>-p <replaceable class="parameter">port</replaceable></></term>
+ <term><option>--port <replaceable class="parameter">port</replaceable></></term>
<listitem>
<para>
Specifies the Internet TCP/IP port or local Unix domain socket file
@@ -77,7 +79,8 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term>-U, --username <replaceable class="parameter">username</replaceable></term>
+ <term><option>-U <replaceable class="parameter">username</replaceable></></term>
+ <term><option>--username <replaceable class="parameter">username</replaceable></></term>
<listitem>
<para>
User name to connect as
@@ -86,7 +89,8 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term>-W, --password</term>
+ <term><option>-W</></term>
+ <term><option>--password</></term>
<listitem>
<para>
Force password prompt.
@@ -95,7 +99,8 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term>-e, --echo</term>
+ <term><option>-e</></term>
+ <term><option>--echo</></term>
<listitem>
<para>
Echo the queries that <application>dropdb</application> generates
@@ -105,7 +110,8 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term>-q, --quiet</term>
+ <term><option>-q</></term>
+ <term><option>--quiet</></term>
<listitem>
<para>
Do not display a response.
@@ -114,7 +120,8 @@ PostgreSQL documentation
</varlistentry>
<varlistentry>
- <term>-i, --interactive</term>
+ <term><option>-i</></term>
+ <term><option>--interactive</></term>
<listitem>
<para>
Issues a verification prompt before doing anything destructive.