aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_database.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-05 19:48:34 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-05 19:48:34 +0000
commitb32685a999a3d60dbf1f5443ceb2d39d7464d1df (patch)
tree4f088ae0917d6b431f1b44b52cdc48c921214e74 /doc/src/sgml/ref/drop_database.sgml
parent05e3d0ee8666b74f11ffad16f46e372459d6e53e (diff)
downloadpostgresql-b32685a999a3d60dbf1f5443ceb2d39d7464d1df.tar.gz
postgresql-b32685a999a3d60dbf1f5443ceb2d39d7464d1df.zip
Add proofreader's changes to docs.
Fix misspelling of disbursion to dispersion.
Diffstat (limited to 'doc/src/sgml/ref/drop_database.sgml')
-rw-r--r--doc/src/sgml/ref/drop_database.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_database.sgml b/doc/src/sgml/ref/drop_database.sgml
index 363a4ab5cc7..13007e9cb91 100644
--- a/doc/src/sgml/ref/drop_database.sgml
+++ b/doc/src/sgml/ref/drop_database.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_database.sgml,v 1.9 1999/12/12 05:15:09 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_database.sgml,v 1.10 2000/10/05 19:48:18 momjian Exp $
Postgres documentation
-->
@@ -91,7 +91,7 @@ DROP DATABASE <replaceable class="PARAMETER">name</replaceable>
<term><computeroutput>ERROR: dropdb: cannot be executed on an open database</computeroutput></term>
<listitem>
<para>
- You cannot be connected to the the database your are about to remove.
+ You cannot be connected to the database your are about to remove.
Instead, you could connect to <literal>template1</literal> or any other
database and run this command again.
</para>