@@ -129,7 +129,7 @@ For a fresh install or upgrading from previous releases of
129129Read any last minute information and platform specific porting
130130 notes. There are some platform specific notes at the end of this
131131 file for Ultrix4.x, Linux, BSD/OS and NeXT. There are other
132- files in directory <FileName>/usr/src/pgsql/doc</FileName>, including files FAQ-Irix
132+ files in directory <FileName>/usr/src/pgsql/postgresql-6.5.3/ doc</FileName>, including files FAQ-Irix
133133 and FAQ-Linux. Also look in directory
134134<ULink url="ftp://ftp.postgresql.org/pub">ftp://ftp.postgresql.org/pub</ULink>.
135135 If there is a file called INSTALL in this directory then this
@@ -276,10 +276,10 @@ from the new distribution:
276276<ProgramListing>
277277$ cd
278278$ gunzip -c postgresql-6.5.3.tar.gz \
279- | tar xvf - src/bin/pg_dump/pg_dumpall
280- $ chmod a+x src/bin/pg_dump/pg_dumpall
281- $ src/bin/pg_dump/pg_dumpall > db.out
282- $ rm -rfsrc
279+ | tar xvf -postgresql-6.5.3/ src/bin/pg_dump/pg_dumpall
280+ $ chmod a+xpostgresql-6.5.3/ src/bin/pg_dump/pg_dumpall
281+ $postgresql-6.5.3/ src/bin/pg_dump/pg_dumpall > db.out
282+ $ rm -rfpostgresql-6.5.3
283283</ProgramListing>
284284</Para>
285285
@@ -368,9 +368,9 @@ If you are upgrading an existing system then move the old directories
368368<programlisting>
369369$ su -
370370$ cd /usr/src
371- $ mv pgsqlpgsql_6_0
371+ $ mv pgsqlpgsql.old
372372$ cd /usr/local
373- $ mv pgsqlpgsql_6_0
373+ $ mv pgsqlpgsql.old
374374$ exit
375375</programlisting>
376376</Para>
@@ -429,7 +429,7 @@ $ gunzip -c ~/postgresql-6.5.3.tar.gz | tar xvf -
429429 you can specify your actual installation path for
430430 the build process (see the --prefix option below). Type
431431<ProgramListing>
432- $ cd /usr/src/pgsql/src
432+ $ cd /usr/src/pgsql/postgresql-6.5.3/ src
433433$ ./configure [ <replaceable>options</replaceable> ]
434434</ProgramListing>
435435</Para>
@@ -531,7 +531,7 @@ Install the <application>man</application> and
531531<acronym>HTML</acronym> documentation. Type
532532
533533<ProgramListing>
534- $ cd /usr/src/pgsql/doc
534+ $ cd /usr/src/pgsql/postgresql-6.5.3/ doc
535535$ gmake install
536536</ProgramListing>
537537</para>
@@ -545,7 +545,7 @@ ending with <filename>.ps.gz</filename> in the same directory.
545545Compile the program. Type
546546
547547<ProgramListing>
548- $ cd /usr/src/pgsql/src
548+ $ cd /usr/src/pgsql/postgresql-6.5.3/ src
549549$ gmake all > make.log 2>&1 &
550550$ tail -f make.log
551551</ProgramListing>
@@ -600,7 +600,7 @@ $ gmake COPT="-g" all > make.log 2>&1 &
600600<Para>
601601 Install the program. Type
602602<ProgramListing>
603- $ cd /usr/src/pgsql/src
603+ $ cd /usr/src/pgsql/postgresql-6.5.3/ src
604604$ gmake install > make.install.log 2>&1 &
605605$ tail -f make.install.log
606606</ProgramListing>
@@ -609,7 +609,8 @@ $ tail -f make.install.log
609609<Para>
610610 The last line displayed will be
611611<programlisting>
612- gmake[1]: Leaving directory `/usr/src/pgsql/src/man'
612+ Thank you for choosing PostgreSQL, the most advanced open source
613+ database engine.
613614</programlisting>
614615At this point, or earlier if you wish,
615616 type control-C to get out of tail.
@@ -678,7 +679,7 @@ pg_id: can't load library 'libpq.so'
678679 complete its installation, either now or later, by becoming the user that
679680 does own the Perl library (often root) (via <command>su</command>) and doing
680681 <ProgramListing>
681- $ cd /usr/src/pgsql/src/interfaces/perl5
682+ $ cd /usr/src/pgsql/postgresql-6.5.3/ src/interfaces/perl5
682683 $ gmake install
683684 </ProgramListing>
684685 </Para>
@@ -952,7 +953,7 @@ pg:2345:respawn:/bin/su - postgres -c
952953<Step Performance="required">
953954<Para>
954955 Run the regression tests.
955- The file <filename>/usr/src/pgsql/src/test/regress/README</filename> has detailed
956+ The file <filename>/usr/src/pgsql/postgresql-6.5.3/ src/test/regress/README</filename> has detailed
956957 instructions for running and interpreting the regression tests.
957958 A short version follows here:
958959</Para>
@@ -963,7 +964,7 @@ pg:2345:respawn:/bin/su - postgres -c
963964<Para>
964965 Type
965966<ProgramListing>
966- $ cd /usr/src/pgsql/src/test/regress
967+ $ cd /usr/src/pgsql/postgresql-6.5.3/ src/test/regress
967968$ gmake clean
968969$ gmake all runtest
969970</ProgramListing>
@@ -1028,7 +1029,7 @@ For example,
10281029
10291030<ProgramListing>
10301031$ destroydb regression
1031- $ cd /usr/src/pgsql/src/test/regress
1032+ $ cd /usr/src/pgsql/postgresql-6.5.3/ src/test/regress
10321033$ gmake clean
10331034</ProgramListing>
10341035
@@ -1111,11 +1112,10 @@ VACUUM;
11111112<Para>
11121113 Clean up after yourself. Type
11131114<ProgramListing>
1114- $ rm -rf /usr/src/pgsql_6_5
1115- $ rm -rf /usr/local/pgsql_6_5
1116- # Also delete old database directory tree if it is not in
1117- # /usr/local/pgsql_6_5/data
1118- $ rm ~/postgresql-6.5.3.tar.gz
1115+ $ rm -rf /usr/src/pgsql
1116+ $ rm -rf /usr/src/pgsql.old
1117+ # Also delete the old database directory tree if desired.
1118+ $ rm -rf /usr/local/pgsql.old
11191119</ProgramListing>
11201120</Para>
11211121</Step>
@@ -1295,13 +1295,13 @@ And so on. You get the idea.
12951295
12961296<Para>
12971297Questions? Bugs? Feedback?
1298- First, read the files in directory <filename>/usr/src/pgsql/doc/</filename>.
1298+ First, read the files in directory <filename>/usr/src/pgsql/postgresql-6.5.3/ doc/</filename>.
12991299The FAQ in this directory may be particularly useful.
13001300</Para>
13011301
13021302<Para>
13031303If <ProductName>Postgres</ProductName> failed to compile on your computer
1304- then fill out the form in file <filename>/usr/src/pgsql/doc/bug.template</filename>
1304+ then fill out the form in file <filename>/usr/src/pgsql/postgresql-6.5.3/ doc/bug.template</filename>
13051305 and mail it to the location indicated at the top of the form.
13061306</Para>
13071307