summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian2000-06-05 10:59:19 +0000
committerBruce Momjian2000-06-05 10:59:19 +0000
commit48f25ca5a445b7d7f9d26c12e1c209fc2fe25a7c (patch)
tree07de990898fbd1badf1a4df94e59002282079aaf /doc
parent68f7531dbd3e09e8ab7c7766ce66935d99856a00 (diff)
Update for 7.0.2.
Diffstat (limited to 'doc')
-rw-r--r--doc/bug.template2
-rw-r--r--doc/src/sgml/install.sgml36
-rw-r--r--doc/src/sgml/release.sgml44
3 files changed, 57 insertions, 25 deletions
diff --git a/doc/bug.template b/doc/bug.template
index e279c195533..211aafde949 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -27,7 +27,7 @@ System Configuration
Operating System (example: Linux 2.0.26 ELF) :
- PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0.1
+ PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0.2
Compiler used (example: gcc 2.8.0) :
diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml
index 0edb7a2d73c..f5df4948889 100644
--- a/doc/src/sgml/install.sgml
+++ b/doc/src/sgml/install.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.2 2000/06/01 05:58:56 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.3 2000/06/05 10:59:16 momjian Exp $
-->
<chapter id="install">
@@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.2 2000/06/01 05
<abstract>
<para>
Installation instructions for
- <productname>PostgreSQL</productname> 7.0.1.
+ <productname>PostgreSQL</productname> 7.0.2.
</para>
</abstract>
@@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.2 2000/06/01 05
then unpack it:
<programlisting>
-&gt; gunzip postgresql-7.0.1.tar.gz
-&gt; tar -xf postgresql-7.0.1.tar
-&gt; mv postgresql-7.0.1 /usr/src
+&gt; gunzip postgresql-7.0.2.tar.gz
+&gt; tar -xf postgresql-7.0.2.tar
+&gt; mv postgresql-7.0.2 /usr/src
</programlisting>
</para>
@@ -241,16 +241,16 @@ All of PostgreSQL is successfully made. Ready to install.
<step performance="required">
<para>
- If you are not upgrading an existing system then skip to
+ If you are not upgrading an existing system, skip to
<xref linkend="continue">.
</para>
<para>
- If you are running 7.0 or later, skip to
+ If you are running 7.*, skip to step
<xref linkend="nodump">.
</para>
<para>
You now need to back up your existing database.
- To dump your fairly recent post-6.0 database installation, type
+ To dump your database installation, type:
<programlisting>
&gt; pg_dumpall > db.out
</programlisting>
@@ -264,18 +264,8 @@ All of PostgreSQL is successfully made. Ready to install.
<para>
Make sure to use the <application>pg_dumpall</application>
command from the version you are currently running.
- 7.0.1's <application>pg_dumpall</application> will not work on older databases.
- However, if you are still using 6.0, do not use the
- <application>pg_dumpall</application> script from 6.0 or everything will be
- owned by the <productname>PostgreSQL</productname> superuser after you
- reload. In that case
- you should grab <application>pg_dumpall</application> from a later
- 6.x.x release.
- If you are upgrading from a version prior to
- <productname>Postgres95</productname> v1.09 then you must back
- up your database,
- install <productname>Postgres95</productname> v1.09, restore your database,
- then back it up again.
+ 7.0.2's <application>pg_dumpall</application> should not
+ be used on older databases.
</para>
<caution>
@@ -295,7 +285,7 @@ All of PostgreSQL is successfully made. Ready to install.
<step performance="required" id="nodump">
<para>
- If you are upgrading an existing system then kill the database
+ If you are upgrading an existing system, kill the database
server now. Type
<programlisting>
&gt; ps ax | grep postmaster
@@ -460,7 +450,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
<para>
This concludes the installation proper. To make your life more
productive and enjoyable
- you should look at the following optional steps and suggestions.
+ you should look at the following optional steps and suggestions:
</para>
<itemizedlist>
@@ -493,7 +483,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
You probably want to install the <application>man</application> and
<acronym>HTML</acronym> documentation. Type
<programlisting>
-&gt; cd /usr/src/pgsql/postgresql-7.0.1/doc
+&gt; cd /usr/src/pgsql/postgresql-7.0.2/doc
&gt; gmake install
</programlisting>
This will install files under <filename>/usr/local/pgsql/doc</filename>
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 6f1884189e5..f57b7ef2780 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,11 +1,53 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.4 2000/06/02 16:34:42 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.49.2.5 2000/06/05 10:59:16 momjian Exp $
-->
<chapter id="release">
<title>Release Notes</title>
<sect1>
+<title>Release 7.0.2</title>
+<!--
+<docinfo>
+<authorgroup>
+<author>
+<firstname>Bruce</firstname>
+<surname>Momjian</surname>
+</author>
+</authorgroup>
+<date>2000-06-05</date>
+</docinfo>
+-->
+
+<para>
+2000-06-05
+</para>
+<para>
+This is a repackaging of 7.0.1 with added documentation.
+</para>
+
+
+<sect2>
+<title>Migration to v7.0.2</title>
+
+<para>
+A dump/restore is <emphasis>not</emphasis> required for those running
+7.*.
+</para>
+</sect2>
+<sect2>
+<title>Changes</title>
+
+<para>
+<programlisting>
+Added documentation to tarball.
+</programlisting>
+</para>
+</sect2>
+</sect1>
+
+
+<sect1>
<title>Release 7.0.1</title>
<!--
<docinfo>