mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Change clusterdb and vacuumdb into C programs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.25 2003/05/26 17:50:09 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.26 2003/06/18 12:19:11 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -37,13 +37,13 @@ PostgreSQL documentation
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<application>dropuser</application> is a shell script wrapper
|
||||
around the <acronym>SQL</acronym> command <xref
|
||||
linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title">. The database
|
||||
server must be running on the targeted host. There
|
||||
is nothing special about removing users via this or other
|
||||
methods. Also, any default settings and environment variables
|
||||
used by the <application>libpq</application> front-end library will apply.
|
||||
<application>dropuser</application> is a wrapper around the
|
||||
<acronym>SQL</acronym> command <xref linkend="SQL-DROPUSER"
|
||||
endterm="SQL-DROPUSER-title">. The database server must be running
|
||||
on the targeted host. There is nothing special about removing
|
||||
users via this or other methods. Also, any default settings and
|
||||
environment variables used by the <application>libpq</application>
|
||||
front-end library will apply.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user