OSDN Git Service

Remove "History" sections for pg_dump and pg_restore. I don't think
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Feb 2007 15:01:17 +0000 (15:01 +0000)
committerBruce Momjian <bruce@momjian.us>
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 59a2817..0ccc851 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.26 2007/01/31 23:26:04 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_config-ref.sgml,v 1.27 2007/02/20 15:01:17 momjian Exp $ -->
 
 <refentry id="app-pgconfig">
  <refmeta>
@@ -310,12 +310,4 @@ eval ./configure `pg_config --configure`
   </para>
  </refsect1>
 
- <refsect1>
-  <title>History</title>
-
-  <para>
-   The <command>pg_config</command> utility first appeared in
-   <productname>PostgreSQL</> 7.1.
-  </para>
- </refsect1>
 </refentry>
index 5d3a16d..145b184 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.94 2007/02/01 04:39:33 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.95 2007/02/20 15:01:17 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -860,17 +860,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
  </refsect1>
 
  <refsect1>
-  <title>History</title>
-
-  <para>
-   The <application>pg_dump</application> utility first appeared in
-   <application>Postgres95</application> release 0.02.  The
-   non-plain-text output formats were introduced in
-   <productname>PostgreSQL</productname> release 7.1.
-  </para>
- </refsect1>
-
- <refsect1>
   <title>See Also</title>
 
   <simplelist type="inline">
index 0a3b3d1..0430ca2 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.67 2007/02/01 04:39:33 neilc Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.68 2007/02/20 15:01:17 momjian Exp $ -->
 
 <refentry id="APP-PGRESTORE">
  <refmeta>
@@ -674,15 +674,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
  </refsect1>
 
  <refsect1>
-  <title>History</title>
-
-  <para>
-   The <application>pg_restore</application> utility first appeared in
-   <productname>PostgreSQL</productname> 7.1.
-  </para>
- </refsect1>
-
- <refsect1>
   <title>See Also</title>
 
   <simplelist type="inline">