File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
199
199
200
200
works.
201
201
202
- If you used pg_dumpall, move the old directories out of the
202
+ If you used pg_dumpall, move the old directory out of the
203
203
way. Type the following:
204
204
205
205
> mv /usr/local/pgsql /usr/local/pgsql.old
@@ -250,7 +250,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
250
250
251
251
then the above was necessary. Simply do this step then.
252
252
253
- 9. Create the database installation (the working data files). To do this
253
+ 9. If you moved the old directory out of the way,
254
+ create the database installation (the working data files). To do this
254
255
you must log in to your PostgreSQL superuser account. It will not work
255
256
as root.
256
257
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.3 2000/06/05 10:59:16 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.4 2000/06/05 17:02:27 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="install">
@@ -326,7 +326,7 @@ All of PostgreSQL is successfully made. Ready to install.
326
326
</tip>
327
327
328
328
<para>
329
- If you used pg_dumpall, move the old directories out of the way.
329
+ If you used pg_dumpall, move the old directory out of the way.
330
330
Type the following:
331
331
<programlisting>
332
332
> 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
392
392
393
393
<step performance="required">
394
394
<para>
395
- Create the database installation (the working data files).
395
+ If you moved the old directory out of the way,
396
+ create the database installation (the working data files).
396
397
To do this you must log in to your
397
398
<productname>PostgreSQL</productname> superuser account. It will not
398
399
work as root.
You can’t perform that action at this time.
0 commit comments