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

Commit73c5d2b

Browse files
committed
Rework installation instructions again
Dept. of second thoughts: the new verbiage added in commitaaec237is targeted at the wrong audience. Remove the bits about git and talkabout how to get tarballs only. People looking for the git repo canlook in the appendix. That'll need to be expanded, but this commitdoesn't do that.In passing, fix a couple of typos that snuck in with the previouscommit.Discussion:https://postgr.es/m/713760.1626891263@sss.pgh.pa.us
1 parenta0db429 commit73c5d2b

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -354,29 +354,13 @@ su - postgres
354354
<title>Getting the Source</title>
355355

356356
<para>
357-
The version control repository for <productname>PostgreSQL</productname>
358-
can be obtained from
359-
<ulink url="https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary"></ulink>;
360-
this is the recommended way to obtain the
361-
<productname>PostgreSQL</productname> source code.
362-
You can obtain a clone of the repository by running
363-
<screen>
364-
<userinput>git clone https://git.postgresql.org/git/postgresql.git</userinput>
365-
</screen>
366-
This will create a directory <filename>postgresql</filename> under the current
367-
directory with the <productname>PostgreSQL</productname> sources.
368-
Change into that directory for the rest of the installation procedure.
369-
See <xref linkend="git"/> for further information.
370-
</para>
371-
372-
<para>
373-
Alternatively, source code for the released versions can be obtained
374-
from the download section of our website:
357+
The <productname>PostgreSQL</productname> source code for released versions
358+
can be obtained from the download section of our website:
375359
<ulink url="https://www.postgresql.org/ftp/source/"></ulink>.
376-
Downloadthen
360+
Downloadthe
377361
<filename>postgresql-<replaceable>version</replaceable>.tar.gz</filename>
378362
or <filename>postgresql-<replaceable>version</replaceable>.tar.bz2</filename>
379-
you're interested in, then unpack it:
363+
fileyou're interested in, then unpack it:
380364
<screen>
381365
<userinput>tar xf postgresql-<replaceable>version</replaceable>.tar.bz2</userinput>
382366
</screen>
@@ -385,6 +369,11 @@ su - postgres
385369
the current directory with the <productname>PostgreSQL</productname> sources.
386370
Change into that directory for the rest of the installation procedure.
387371
</para>
372+
373+
<para>
374+
Alternatively, you can use the Git version control system; see
375+
<xref linkend="git"/> for more information.
376+
</para>
388377
</sect1>
389378

390379
<sect1 id="install-procedure">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp