Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a9ca2c

Browse files
committed
fix installation commands
1 parente00a8bf commit5a9ca2c

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 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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp