We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e721e58 commit 0105b79Copy full SHA for 0105b79
src/man/destroydb.1
@@ -1,12 +1,14 @@
1
.\" This is -*-nroff-*-
2
.\" XXX standard disclaimer belongs here....
3
-.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.2 1996/12/11 00:27:27 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.3 1997/06/06 22:08:04 scrappy Exp $
4
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
5
.SH NAME
6
destroydb \(em destroy an existing database
7
.SH SYNOPSIS
8
.BR destroydb
9
[\c
10
+.BR "-i"]
11
+[\c
12
.BR -a
13
system]
14
@@ -53,6 +55,9 @@ environment variable.
53
55
.IR Destroydb
54
56
understands the following command-line options:
57
.TP 5n
58
+.BR "-i"
59
+Prompts before destroying a database (interactive).
60
+.TP
61
.BR "-a" " system"
62
Specifies an authentication system
63
.IR "system"
0 commit comments