44 <Abstract>
55 <Para>
66 Complete installation instructions for
7- <ProductName>Postgres</ProductName>v6 .5.3.
7+ <ProductName>Postgres</ProductName>6 .5.3.
88 </Para>
99 </Abstract>
1010
@@ -170,8 +170,8 @@ remaining steps in the installation will happen in this account.
170170<Step Performance="required">
171171<Para>
172172Ftp file
173- <ulink url="ftp://ftp.postgresql.org/pub/postgresql-v6 .5.3.tar.gz">
174- <filename>ftp://ftp.postgresql.org/pub/postgresql-v6 .5.3.tar.gz</filename></ulink>
173+ <ulink url="ftp://ftp.postgresql.org/pub/postgresql-6 .5.3.tar.gz">
174+ <filename>ftp://ftp.postgresql.org/pub/postgresql-6 .5.3.tar.gz</filename></ulink>
175175 from the Internet. Store it in your home directory.
176176</Para>
177177</Step>
@@ -255,13 +255,13 @@ If you are upgrading from 6.4.* or earlier, back up your database.
255255<tip>
256256<para>
257257Do not use the <application>pg_dumpall</application>
258- script fromv6 .0 or everything
258+ script from6 .0 or everything
259259 will be owned by the <ProductName>Postgres</ProductName> super user.
260260</para>
261261</tip>
262262
263263<para>
264- To dump your fairly recent post-v6 .0 database installation, type
264+ To dump your fairly recent post-6 .0 database installation, type
265265
266266<programlisting>
267267$ pg_dumpall > db.out
@@ -275,7 +275,7 @@ from the new distribution:
275275
276276<ProgramListing>
277277$ cd
278- $ gunzip -c postgresql-v6 .5.3.tar.gz \
278+ $ gunzip -c postgresql-6 .5.3.tar.gz \
279279 | tar xvf - src/bin/pg_dump/pg_dumpall
280280$ chmod a+x src/bin/pg_dump/pg_dumpall
281281$ src/bin/pg_dump/pg_dumpall > db.out
@@ -418,7 +418,7 @@ $ exit
418418 Unzip and untar the new source file. Type
419419<ProgramListing>
420420$ cd /usr/src/pgsql
421- $ gunzip -c ~/postgresql-v6 .5.3.tar.gz | tar xvf -
421+ $ gunzip -c ~/postgresql-6 .5.3.tar.gz | tar xvf -
422422</ProgramListing>
423423</Para>
424424</Step>
@@ -780,7 +780,7 @@ $ initdb
780780 location of this file will change accordingly.) This file should be
781781 made read only again once you are finished.
782782
783- If you are upgrading fromv6 .0 or later you can copy file <filename>pg_hba.conf</filename> from
783+ If you are upgrading from6 .0 or later you can copy file <filename>pg_hba.conf</filename> from
784784 your old database on top of the one in your new database, rather than
785785 redoing the file from scratch.
786786</Para>
@@ -1001,7 +1001,7 @@ For example,
10011001<listitem>
10021002<Para>
10031003 For a i686/Linux-ELF platform, no tests failed since this is the
1004- v6 .5.3 regression testing reference platform.
1004+ 6 .5.3 regression testing reference platform.
10051005</Para>
10061006</listitem>
10071007
@@ -1082,7 +1082,7 @@ $ cd
10821082$ psql -e template1 < db.out
10831083</ProgramListing>
10841084
1085- If your pre-v6 .2 database uses either path or polygon geometric data types,
1085+ If your pre-6 .2 database uses either path or polygon geometric data types,
10861086 then you will need to upgrade any columns containing those types. To
10871087 do so, type (from within psql)
10881088<ProgramListing>
@@ -1115,7 +1115,7 @@ $ rm -rf /usr/src/pgsql_6_5
11151115$ rm -rf /usr/local/pgsql_6_5
11161116# Also delete old database directory tree if it is not in
11171117# /usr/local/pgsql_6_5/data
1118- $ rm ~/postgresql-v6 .5.3.tar.gz
1118+ $ rm ~/postgresql-6 .5.3.tar.gz
11191119</ProgramListing>
11201120</Para>
11211121</Step>
@@ -1162,7 +1162,7 @@ $ lpr -l -s -r manpage.hp
11621162<itemizedlist>
11631163<listitem>
11641164<para>
1165- The version of <ProductName>Postgres</ProductName> (v6 .5.3, 6.5, beta 990318, etc.).
1165+ The version of <ProductName>Postgres</ProductName> (6 .5.3, 6.5, beta 990318, etc.).
11661166</para>
11671167</listitem>
11681168