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