From: Bruce Momjian Date: Tue, 20 Feb 2007 15:01:17 +0000 (+0000) Subject: Remove "History" sections for pg_dump and pg_restore. I don't think X-Git-Tag: REL8_3_BETA1~1152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b16dab66a7f95b1d3bb4be105070b89d54f8ba95;p=postgresql 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. --- diff --git a/doc/src/sgml/ref/pg_config-ref.sgml b/doc/src/sgml/ref/pg_config-ref.sgml index 59a2817d2c..0ccc851355 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 5d3a16d7af..145b184698 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 0a3b3d12aa..0430ca20e5 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