Remove "History" sections for pg_dump and pg_restore. I don't think
authorBruce Momjian
Tue, 20 Feb 2007 15:01:17 +0000 (15:01 +0000)
committerBruce Momjian
Tue, 20 Feb 2007 15:01:17 +0000 (15:01 +0000)
anyone cares because the last history change was for PostgreSQL 7.1.

doc/src/sgml/ref/pg_config-ref.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_restore.sgml

index 59a2817d2c82a136a98dfe5e6c9b7d5b2378dcb9..0ccc851355338e32b5509f0b598a4f2746de683b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  
@@ -310,12 +310,4 @@ eval ./configure `pg_config --configure`
   
  
 
-  History
-
-  
-   The pg_config utility first appeared in
-   PostgreSQL 7.1.
-  
 
index 5d3a16d7af780e1d81568017f317af8f8ebbdc8d..145b184698e527d256d6beb1bab7c82ab0b0acf4 100644 (file)
@@ -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
 
index 0a3b3d12aa91e48631c293b89d11b448a4eb5d70..0430ca20e59a1537e6ed96412e64a11a42bd57d2 100644 (file)
@@ -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