diff options
| author | Bruce Momjian | 1998-07-24 16:10:19 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-07-24 16:10:19 +0000 |
| commit | 253a294e9f8a733f884a9084832676e7594772c0 (patch) | |
| tree | 01081ab090d3f0284d37b7e862698ee25b78aab6 /src/man/destroyuser.1 | |
| parent | 809fc91fddd7fc91ee04983589cb7860d3a2b012 (diff) | |
Add mention of psql and template1 to create*, destroy* command
manual pages.
Diffstat (limited to 'src/man/destroyuser.1')
| -rw-r--r-- | src/man/destroyuser.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/man/destroyuser.1 b/src/man/destroyuser.1 index c8848cf262..32d3388fe0 100644 --- a/src/man/destroyuser.1 +++ b/src/man/destroyuser.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.8 1998/06/24 13:21:25 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.9 1998/07/24 16:10:19 momjian Exp $ .TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL .SH NAME destroyuser - destroy a Postgres user and associated databases @@ -115,3 +115,7 @@ An internal error occurred in or the backend server. Contact your Postgres site administrator to ensure that the files and database entries associated with the user and his/her associated databases are completely removed. +.SH NOTE +The command internally runs \fIpsql\fP connected to the \fItemplate1\fP +database to perform the operation. + |
