@@ -119,7 +119,7 @@ PostgreSQL:
119
119
120
120
To check for disk space, use command "df -k".
121
121
122
- 4) Ftp file ftp://ftp.postgresql.org/pub/postgresql-v6 .3.2.tar.gz from the
122
+ 4) Ftp file ftp://ftp.postgresql.org/pub/postgresql-6 .3.2.tar.gz from the
123
123
Internet. Store it in your home directory.
124
124
125
125
5) Some platforms use flex. If your system uses flex then make sure
@@ -161,7 +161,7 @@ PostgreSQL:
161
161
step. Type (with the gunzip line and the following line typed as one
162
162
line):
163
163
cd
164
- gunzip -c postgresql-v6 .3.2.tar.gz |
164
+ gunzip -c postgresql-6 .3.2.tar.gz |
165
165
tar xvf - src/bin/pg_dump/pg_dumpall
166
166
chmod a+x src/bin/pg_dump/pg_dumpall
167
167
src/bin/pg_dump/pg_dumpall > db.out
@@ -227,7 +227,7 @@ PostgreSQL:
227
227
228
228
10) Unzip and untar the new source file. Type
229
229
cd /usr/src/pgsql
230
- gunzip -c ~/postgresql-v6 .3.2.tar.gz | tar xvf -
230
+ gunzip -c ~/postgresql-6 .3.2.tar.gz | tar xvf -
231
231
232
232
11) Configure the source code for your system. It is this step at which
233
233
you can specify your actual source path and installation paths for
@@ -487,7 +487,7 @@ PostgreSQL:
487
487
root:bin.
488
488
#!/bin/sh
489
489
[ -x /usr/local/pgsql/bin/postmaster ] && {
490
- su -l pgsql -c 'exec /usr/local/pgsql/bin/postmaster
490
+ su -l postgres -c 'exec /usr/local/pgsql/bin/postmaster
491
491
-D/usr/local/pgsql/data
492
492
-S -o -F > /usr/local/pgsql/errlog' &
493
493
echo -n ' pgsql'
@@ -552,7 +552,7 @@ PostgreSQL:
552
552
rm -rf /usr/local/pgsql_6_0
553
553
# Also delete old database directory tree if it is not in
554
554
# /usr/local/pgsql_6_0/data
555
- rm ~/postgresql-v6 .3.2.tar.gz
555
+ rm ~/postgresql-6 .3.2.tar.gz
556
556
557
557
26) You will probably want to print out the documentation. Here is how
558
558
you might do it if you have Ghostscript on your system and are
@@ -579,7 +579,7 @@ PostgreSQL:
579
579
supported platforms. We therefore ask you to let us know if you did
580
580
or did not get PostgreSQL to work on you system. Please send a
581
581
mail message to pgsql-ports@postgresql.org telling us the following:
582
- - The version of PostgreSQL (v6 .3.2, 6.2.1, beta 970703, etc.).
582
+ - The version of PostgreSQL (6 .3.2, 6.2.1, beta 970703, etc.).
583
583
- Your operating system (i.e. RedHat v4.0 Linux v2.0.26).
584
584
- Your hardware (SPARC, i486, etc.).
585
585
- Did you compile, install and run the regression tests cleanly?
0 commit comments