diff options
Diffstat (limited to 'doc/src/sgml/ref/dropdb.sgml')
| -rw-r--r-- | doc/src/sgml/ref/dropdb.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index c695e9c9e4..b699f0b847 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.2 1999/12/07 22:41:41 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.3 2000/03/27 17:14:43 thomas Exp $ Postgres documentation --> @@ -15,7 +15,7 @@ Postgres documentation <application>dropdb</application> </refname> <refpurpose> - Remove an existing <productname>PostgreSQL</productname> database + Remove an existing <productname>Postgres</productname> database </refpurpose> </refnamediv> <refsynopsisdiv> @@ -109,7 +109,7 @@ dropdb [ <replaceable class="parameter">options</replaceable> ] <replaceable cla <listitem> <para> Specifies the name of the database to be removed. The database - must be one of the existing <productname>PostgreSQL</productname> databases + must be one of the existing <productname>Postgres</productname> databases in this installation. </para> </listitem> @@ -165,7 +165,7 @@ dropdb [ <replaceable class="parameter">options</replaceable> ] <replaceable cla </title> <para> <application>dropdb</application> destroys an existing - <productname>PostgreSQL</productname> database. + <productname>Postgres</productname> database. The user who executes this command must be a database superuser or the owner of the database. </para> @@ -174,7 +174,7 @@ dropdb [ <replaceable class="parameter">options</replaceable> ] <replaceable cla <application>dropdb</application> is a shell script wrapper around the <acronym>SQL</acronym> command <xref linkend="SQL-DROPDATABASE" endterm="SQL-DROPDATABASE-title"> via - the <productname>PostgreSQL</productname> interactive terminal + the <productname>Postgres</productname> interactive terminal <xref linkend="APP-PSQL" endterm="APP-PSQL-title">. Thus, there is nothing special about dropping databases via this or other methods. This means that the <application>psql</application> must be found by the script and that |
