diff options
Diffstat (limited to 'src/man/cleardbdir.1')
-rw-r--r-- | src/man/cleardbdir.1 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/man/cleardbdir.1 b/src/man/cleardbdir.1 deleted file mode 100644 index 7ee05307eb9..00000000000 --- a/src/man/cleardbdir.1 +++ /dev/null @@ -1,22 +0,0 @@ -.\" This is -*-nroff-*- -.\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.4 1998/06/24 13:21:23 momjian Exp $ -.TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL -.SH NAME -cleardbdir - completely destroys all database files -.SH SYNOPSIS -.BR "cleardbdir" -.SH DESCRIPTION -.IR cleardbdir -destroys all the database files. It is used only by the -Postgres super-user -before re-initializing the entire installation for a particular site. Normal -database users should never use this command. -.PP -The -Postgres super-user -should ensure the -.IR postmaster -process is not running before running cleardbdir. -.SH "SEE ALSO" -initdb(1) |