@@ -344,18 +344,15 @@ su - postgres
344
344
<para>
345
345
The <productname>&productname;</> &version; sources can be obtained from the
346
346
download section of our
347
- website: <ulink url="http://www.postgresql.org/download/"></ulink>. You
348
- should get a file named <filename>postgresql-&version;.tar.gz</filename>
349
- or <filename>postgresql-&version;.tar.bz2</filename>. After
347
+ website: <ulink url="http://www.postgrespro.ru/download/latest"></ulink>. You
348
+ should get a file named <filename>postgrespro-&version;.tar.bz2</filename> . After
350
349
you have obtained the file, unpack it:
351
350
<screen>
352
- <userinput>gunzip postgresql -&version;.tar.gz </userinput>
353
- <userinput>tar xfpostgresql -&version;.tar</userinput>
351
+ <userinput>bunzip2 postgrespro -&version;.tar.bz2 </userinput>
352
+ <userinput>tar xfpostgrespro -&version;.tar</userinput>
354
353
</screen>
355
- (Use <command>bunzip2</command> instead of <command>gunzip</command> if you
356
- have the <filename>.bz2</filename> file.)
357
354
This will create a directory
358
- <filename>postgresql -&version;</filename> under the current directory
355
+ <filename>postgrespro -&version;</filename> under the current directory
359
356
with the <productname>&productname;</> sources.
360
357
Change into that directory for the rest
361
358
of the installation procedure.