mirror of https://github.com/postgres/postgres.git
From: Igor <igor@sba.miami.edu>
Subject: [PATCHES] destroydb.1 patch This is a patch to destroydb man page so that it shows and explains "-i" option.REL6_4
parent
e721e58c03
commit
0105b79f4f
|
|
@ -1,12 +1,14 @@
|
||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $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 $
|
||||||
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
|
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
destroydb \(em destroy an existing database
|
destroydb \(em destroy an existing database
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR destroydb
|
.BR destroydb
|
||||||
[\c
|
[\c
|
||||||
|
.BR "-i"]
|
||||||
|
[\c
|
||||||
.BR -a
|
.BR -a
|
||||||
system]
|
system]
|
||||||
[\c
|
[\c
|
||||||
|
|
@ -53,6 +55,9 @@ environment variable.
|
||||||
.IR Destroydb
|
.IR Destroydb
|
||||||
understands the following command-line options:
|
understands the following command-line options:
|
||||||
.TP 5n
|
.TP 5n
|
||||||
|
.BR "-i"
|
||||||
|
Prompts before destroying a database (interactive).
|
||||||
|
.TP
|
||||||
.BR "-a" " system"
|
.BR "-a" " system"
|
||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue