diff options
Diffstat (limited to 'doc/src/sgml/ref/dropuser.sgml')
-rw-r--r-- | doc/src/sgml/ref/dropuser.sgml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/dropuser.sgml b/doc/src/sgml/ref/dropuser.sgml index 73c8524999f..217040403d6 100644 --- a/doc/src/sgml/ref/dropuser.sgml +++ b/doc/src/sgml/ref/dropuser.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.13 2001/09/03 12:57:50 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.14 2001/11/28 20:49:10 petere Exp $ Postgres documentation --> @@ -37,10 +37,10 @@ Postgres documentation <term>-h, --host <replaceable class="parameter">host</replaceable></term> <listitem> <para> - Specifies the hostname of the machine on which the - <application>postmaster</application> + Specifies the host name of the machine on which the + server is running. If host begins with a slash, it is used - as the directory for the unix domain socket. + as the directory for the Unix domain socket. </para> </listitem> </varlistentry> @@ -50,7 +50,7 @@ Postgres documentation <listitem> <para> Specifies the Internet TCP/IP port or local Unix domain socket file - extension on which the <application>postmaster</application> + extension on which the server is listening for connections. </para> </listitem> @@ -61,7 +61,7 @@ Postgres documentation <listitem> <para> Echo the queries that <application>createdb</application> generates - and sends to the backend. + and sends to the server. </para> </listitem> </varlistentry> @@ -88,8 +88,8 @@ Postgres documentation <term><replaceable class="parameter">username</replaceable></term> <listitem> <para> - Specifies the name of the <productname>Postgres</productname> user to be removed. - This name must exist in the <productname>Postgres</productname> installation. + Specifies the name of the <productname>PostgreSQL</productname> user to be removed. + This name must exist in the <productname>PostgreSQL</productname> installation. You will be prompted for a name if none is specified on the command line. </para> </listitem> @@ -145,18 +145,18 @@ Postgres documentation </title> <para> <application>dropuser</application> removes an existing - <productname>Postgres</productname> user + <productname>PostgreSQL</productname> user <emphasis>and</emphasis> the databases which that user owned. Only users with <literal>usesuper</literal> set in the <literal>pg_shadow</literal> table can destroy - <productname>Postgres</productname> users. + <productname>PostgreSQL</productname> users. </para> <para> <application>dropuser</application> is a shell script wrapper around the <acronym>SQL</acronym> command <xref linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title"> via - the <productname>Postgres</productname> interactive terminal + the <productname>PostgreSQL</productname> interactive terminal <xref linkend="APP-PSQL">. Thus, there is nothing special about removing users via this or other methods. This means that the <application>psql</application> must be found by the script and that |