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

Commit858ef71

Browse files
committed
doc: Rewrite how to get the source code
Instead of hardcoding a specific link, give a general link to thedownload section of the web site. This gives the user more downloadoptions and the sysadmins more flexibility. Also, the previouslypresented link didn't work for devel versions.
1 parentbcc6c4c commit858ef71

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,16 +363,18 @@ su - postgres
363363
<title>Getting The Source</title>
364364

365365
<para>
366-
The <productname>PostgreSQL</> &version; sources can be obtainedby
367-
anonymous FTP from <ulink
368-
url="ftp://ftp.postgresql.org/pub/source/v&version;/postgresql-&version;.tar.gz"></ulink>.
369-
Other download options can be found on our website:
370-
<ulink url="http://www.postgresql.org/download/"></ulink>. After you
371-
have obtained the file, unpack it:
366+
The <productname>PostgreSQL</> &version; sources can be obtainedfrom the
367+
download section of our
368+
website: <ulinkurl="http://www.postgresql.org/download/"></ulink>. You
369+
should get a file named <filename>postgresql-&version;.tar.gz</filename>
370+
or <filename>postgresql-&version;.tar.bz2</filename>. After
371+
youhave obtained the file, unpack it:
372372
<screen>
373373
<userinput>gunzip postgresql-&version;.tar.gz</userinput>
374374
<userinput>tar xf postgresql-&version;.tar</userinput>
375375
</screen>
376+
(Use <command>bunzip2</command> instead of <command>gunzip</command> if you
377+
have the <filename>.bz2</filename> file.)
376378
This will create a directory
377379
<filename>postgresql-&version;</filename> under the current directory
378380
with the <productname>PostgreSQL</> sources.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp