From b16dab66a7f95b1d3bb4be105070b89d54f8ba95 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Tue, 20 Feb 2007 15:01:17 +0000
Subject: Remove "History" sections for pg_dump and pg_restore. I don't think
anyone cares because the last history change was for PostgreSQL 7.1.
---
doc/src/sgml/ref/pg_config-ref.sgml | 10 +---------
doc/src/sgml/ref/pg_dump.sgml | 13 +------------
doc/src/sgml/ref/pg_restore.sgml | 11 +----------
3 files changed, 3 insertions(+), 31 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/pg_config-ref.sgml b/doc/src/sgml/ref/pg_config-ref.sgml
index 59a2817d2c8..0ccc8513553 100644
--- a/doc/src/sgml/ref/pg_config-ref.sgml
+++ b/doc/src/sgml/ref/pg_config-ref.sgml
@@ -1,4 +1,4 @@
-
+
@@ -310,12 +310,4 @@ eval ./configure `pg_config --configure`
-
- History
-
-
- The pg_config utility first appeared in
- PostgreSQL> 7.1.
-
-
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 5d3a16d7af7..145b184698e 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -1,5 +1,5 @@
@@ -859,17 +859,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
-
- History
-
-
- The pg_dump utility first appeared in
- Postgres95 release 0.02. The
- non-plain-text output formats were introduced in
- PostgreSQL release 7.1.
-
-
-
See Also
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml
index 0a3b3d12aa9..0430ca20e59 100644
--- a/doc/src/sgml/ref/pg_restore.sgml
+++ b/doc/src/sgml/ref/pg_restore.sgml
@@ -1,4 +1,4 @@
-
+
@@ -673,15 +673,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
-
- History
-
-
- The pg_restore utility first appeared in
- PostgreSQL 7.1.
-
-
-
See Also
--
cgit v1.2.3