11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:51 thomas Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.42 2000/06/01 05:47:06 momjian Exp $
33-->
44
55 <chapter id="install">
@@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:
88 <abstract>
99 <para>
1010 Installation instructions for
11- <productname>PostgreSQL</productname> 7.0.
11+ <productname>PostgreSQL</productname> 7.0.1.
1212 </para>
1313 </abstract>
1414
@@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:
1818 then unpack it:
1919
2020 <programlisting>
21- > gunzip postgresql-7.0.tar.gz
22- > tar -xf postgresql-7.0.tar
23- > mv postgresql-7.0 /usr/src
21+ > gunzip postgresql-7.0.1. tar.gz
22+ > tar -xf postgresql-7.0.1. tar
23+ > mv postgresql-7.0.1 /usr/src
2424 </programlisting>
2525 </para>
2626
@@ -261,7 +261,7 @@ All of PostgreSQL is successfully made. Ready to install.
261261 <para>
262262 Make sure to use the <application>pg_dumpall</application>
263263 command from the version you are currently running.
264- 7.0's <application>pg_dumpall</application> will not work on older databases.
264+ 7.0.1 's <application>pg_dumpall</application> will not work on older databases.
265265 However, if you are still using 6.0, do not use the
266266 <application>pg_dumpall</application> script from 6.0 or everything will be
267267 owned by the <productname>PostgreSQL</productname> superuser after you
@@ -329,8 +329,9 @@ All of PostgreSQL is successfully made. Ready to install.
329329 </tip>
330330
331331 <para>
332- Also move the old directories out of the way. Type the following:
333- <programlisting>
332+ If you used pg_dumpall, move the old directories out of the way.
333+ Type the following:
334+ <programlisting>
334335> mv /usr/local/pgsql /usr/local/pgsql.old
335336 </programlisting>
336337 (substitute your particular paths).
@@ -438,7 +439,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
438439
439440 <step performance="optional">
440441 <para>
441- If youare upgrading from an existing installation, dump your data back in:
442+ If youdid a pg_dumpall, reload your data back in:
442443 <programlisting>
443444> /usr/local/pgsql/bin/psql -d template1 -f db.out
444445 </programlisting>
@@ -485,7 +486,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
485486 You probably want to install the <application>man</application> and
486487 <acronym>HTML</acronym> documentation. Type
487488 <programlisting>
488- > cd /usr/src/pgsql/postgresql-7.0/doc
489+ > cd /usr/src/pgsql/postgresql-7.0.1 /doc
489490> gmake install
490491 </programlisting>
491492 This will install files under <filename>/usr/local/pgsql/doc</filename>