From b483ad84f80c38fedef2396fbc5db56cf409b7a0 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 9 Feb 2001 17:16:57 +0000
Subject: Add -g as synonmym for --globals-only in pg_dumpall. Add info about
-c,--clean option to manual page.
---
doc/src/sgml/ref/pg_dumpall.sgml | 16 +++++++++++++---
doc/src/sgml/release.sgml | 3 +--
2 files changed, 14 insertions(+), 5 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index 2e270b6dc60..35f786aaa58 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -1,5 +1,5 @@
@@ -25,7 +25,7 @@ Postgres documentation
-c--clean
-h host
-p port
- --globals-only
+ -g--globals-only
@@ -71,6 +71,16 @@ Postgres documentation
pg_dumpall accepts the following
command line arguments:
+
+
+ -c, --clean
+
+
+ Clean (drop) database before creating schema.
+
+
+
+
-h host
@@ -97,7 +107,7 @@ Postgres documentation
- --globals-only
+ -g, --globals-only
Only dump global objects (users and groups), no databases.
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 8bb07cfb78a..18b66a53d01 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
@@ -235,7 +235,6 @@ Allow postmaster to listen on a specific IP address (David J. MacKenzie)
Allow socket path name to be specified in hostname by using leading slash
(David J. MacKenzie)
Allow CREATE DATABASE to specify template database (Tom)
-New pg_dump --globals-only option (Peter E)
New utility to convert MySQL schema dumps to SQL92 and PostgreSQL (Thomas)
New /contrib/rserv replication toolkit (Vadim)
New file format for COPY BINARY (Tom)
--
cgit v1.2.3