diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-20 15:01:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-20 15:01:17 +0000 |
commit | b16dab66a7f95b1d3bb4be105070b89d54f8ba95 (patch) | |
tree | 7169d2f8cb407409f204bf49e1747afd0b02bd8c | |
parent | ff0d71e2630a059046ea2d7f487fbcdea1d8053b (diff) | |
download | postgresql-b16dab66a7f95b1d3bb4be105070b89d54f8ba95.tar.gz postgresql-b16dab66a7f95b1d3bb4be105070b89d54f8ba95.zip |
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.
-rw-r--r-- | doc/src/sgml/ref/pg_config-ref.sgml | 10 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 13 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 11 |
3 files changed, 3 insertions, 31 deletions
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 @@ -<!-- $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> 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 @@ <!-- -$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"> 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 @@ -<!-- $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"> |