From 3d97a61a60f52e400891ee0c8f161920277a130a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 16 Jan 1997 15:28:34 +0000 Subject: Added pg_dumpall to source tree. --- src/man/pg_dumpall.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/man/pg_dumpall.1 (limited to 'src/man') diff --git a/src/man/pg_dumpall.1 b/src/man/pg_dumpall.1 new file mode 100644 index 00000000000..d7eec0a2da5 --- /dev/null +++ b/src/man/pg_dumpall.1 @@ -0,0 +1,17 @@ +.\" This is -*-nroff-*- +.\" XXX standard disclaimer belongs here.... +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dumpall.1,v 1.1 1997/01/16 15:28:34 momjian Exp $ +.TH pg_dumpall UNIX 1/20/96 PostgreSQL PostgreSQL +.SH NAME +pg_dumpall \(em dumps out all Postgres databases into a script file +.SH SYNOPSIS +.BR pg_dumpall +[pg_dump options] +.SH DESCRIPTION +.IR "pg_dumpall" +is a utility for dumping out all Postgres databases into one file. +It also dumps the pg_user table, which is global to all databases. +pg_dumpall takes all pg_dump options, but \fB-f\fR and \fBdbname\fR +should not be used. +.SH "SEE ALSO" +pg_dump(1) -- cgit v1.2.3