11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58:42 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.44 2000/06/05 10:57:57 momjian Exp $
33-->
44
55 <chapter id="install">
@@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58:
88 <abstract>
99 <para>
1010 Installation instructions for
11- <productname>PostgreSQL</productname> 7.0.1 .
11+ <productname>PostgreSQL</productname> 7.0.2 .
1212 </para>
1313 </abstract>
1414
@@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58:
1818 then unpack it:
1919
2020 <programlisting>
21- > gunzip postgresql-7.0.1 .tar.gz
22- > tar -xf postgresql-7.0.1 .tar
23- > mv postgresql-7.0.1 /usr/src
21+ > gunzip postgresql-7.0.2 .tar.gz
22+ > tar -xf postgresql-7.0.2 .tar
23+ > mv postgresql-7.0.2 /usr/src
2424 </programlisting>
2525 </para>
2626
@@ -241,16 +241,16 @@ All of PostgreSQL is successfully made. Ready to install.
241241
242242 <step performance="required">
243243 <para>
244- If you are not upgrading an existing system then skip to
244+ If you are not upgrading an existing system, skip to
245245 <xref linkend="continue">.
246246 </para>
247247 <para>
248- If you are running 7.0 or later , skip to
248+ If you are running 7.* , skip to step
249249 <xref linkend="nodump">.
250250 </para>
251251 <para>
252252 You now need to back up your existing database.
253- To dump yourfairly recent post-6.0 database installation, type
253+ To dump your database installation, type:
254254 <programlisting>
255255> pg_dumpall > db.out
256256 </programlisting>
@@ -264,18 +264,8 @@ All of PostgreSQL is successfully made. Ready to install.
264264 <para>
265265 Make sure to use the <application>pg_dumpall</application>
266266 command from the version you are currently running.
267- 7.0.1's <application>pg_dumpall</application> will not work on older databases.
268- However, if you are still using 6.0, do not use the
269- <application>pg_dumpall</application> script from 6.0 or everything will be
270- owned by the <productname>PostgreSQL</productname> superuser after you
271- reload. In that case
272- you should grab <application>pg_dumpall</application> from a later
273- 6.x.x release.
274- If you are upgrading from a version prior to
275- <productname>Postgres95</productname> v1.09 then you must back
276- up your database,
277- install <productname>Postgres95</productname> v1.09, restore your database,
278- then back it up again.
267+ 7.0.2's <application>pg_dumpall</application> should not
268+ be used on older databases.
279269 </para>
280270
281271 <caution>
@@ -295,7 +285,7 @@ All of PostgreSQL is successfully made. Ready to install.
295285
296286 <step performance="required" id="nodump">
297287 <para>
298- If you are upgrading an existing system then kill the database
288+ If you are upgrading an existing system, kill the database
299289 server now. Type
300290 <programlisting>
301291> ps ax | grep postmaster
@@ -460,7 +450,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
460450 <para>
461451 This concludes the installation proper. To make your life more
462452 productive and enjoyable
463- you should look at the following optional steps and suggestions.
453+ you should look at the following optional steps and suggestions:
464454 </para>
465455
466456 <itemizedlist>
@@ -493,7 +483,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
493483 You probably want to install the <application>man</application> and
494484 <acronym>HTML</acronym> documentation. Type
495485 <programlisting>
496- > cd /usr/src/pgsql/postgresql-7.0.1 /doc
486+ > cd /usr/src/pgsql/postgresql-7.0.2 /doc
497487> gmake install
498488 </programlisting>
499489 This will install files under <filename>/usr/local/pgsql/doc</filename>