@@ -344,18 +344,15 @@ su - postgres
344344 <para>
345345 The <productname>&productname;</> &version; sources can be obtained from the
346346 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
350349 you have obtained the file, unpack it:
351350<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>
354353</screen>
355- (Use <command>bunzip2</command> instead of <command>gunzip</command> if you
356- have the <filename>.bz2</filename> file.)
357354 This will create a directory
358- <filename>postgresql -&version;</filename> under the current directory
355+ <filename>postgrespro -&version;</filename> under the current directory
359356 with the <productname>&productname;</> sources.
360357 Change into that directory for the rest
361358 of the installation procedure.