diff options
| author | Bruce Momjian | 2000-06-05 17:07:56 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-06-05 17:07:56 +0000 |
| commit | 552d59353fdedc099a2b0c4de0670beabe92bf5e (patch) | |
| tree | 5ef0da8d2079efbf2dd2459a5fc04537804c9c1e /doc/src/sgml | |
| parent | 154c0a0b687f235920821130693afe0462a45c20 (diff) | |
Update for 7.0.2.
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/install.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 7d33a6575b6..50fe9695d48 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.44 2000/06/05 10:57:57 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.45 2000/06/05 17:07:53 momjian Exp $ --> <chapter id="install"> @@ -326,7 +326,7 @@ All of PostgreSQL is successfully made. Ready to install. </tip> <para> - If you used pg_dumpall, move the old directories out of the way. + If you used pg_dumpall, move the old directory out of the way. Type the following: <programlisting> > mv /usr/local/pgsql /usr/local/pgsql.old @@ -392,7 +392,8 @@ libpq.so.2.1: cannot open shared object file: No such file or directory <step performance="required"> <para> - Create the database installation (the working data files). + If you moved the old directory out of the way, + create the database installation (the working data files). To do this you must log in to your <productname>PostgreSQL</productname> superuser account. It will not work as root. |
