Skip to content

Commit 5a9ca2c

Browse files
committed
fix installation commands
1 parent e00a8bf commit 5a9ca2c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

doc/src/sgml/installation.sgml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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 xf postgresql-&version;.tar</userinput>
351+
<userinput>bunzip2 postgrespro-&version;.tar.bz2</userinput>
352+
<userinput>tar xf postgrespro-&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.

0 commit comments

Comments
 (0)