diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_database.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_database.sgml | 4 |
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> |