The <productname>PostgreSQL</productname> source code for released versions
can be obtained from the download section of our website:
<ulink url="https://www.postgresql.org/ftp/source/"></ulink>.
Download the
<filename>postgresql-<replaceable>version</replaceable>.tar.gz</filename>
or <filename>postgresql-<replaceable>version</replaceable>.tar.bz2</filename>
file you're interested in, then unpack it:
リリースされたバージョンのPostgreSQLソースコードは、Webサイトhttps://www.postgresql.org/ftp/source/のダウンロードページから入手できます。
興味のあるpostgresql-
またはversion
.tar.gzpostgresql-
ファイルをダウンロードしてください。
ファイルを入手したら、展開します。
version
.tar.bz2
tar xf postgresql-version
.tar.bz2
This will create a directory
<filename>postgresql-<replaceable>version</replaceable></filename> under
the current directory with the <productname>PostgreSQL</productname> sources.
Change into that directory for the rest of the installation procedure.
これにより、カレントディレクトリ以下にpostgresql-
というディレクトリが作成され、PostgreSQLのソースが展開されます。
この後のインストール手順を行うために、このディレクトリに移動してください。
version
Alternatively, you can use the Git version control system; see <xref linkend="git"/> for more information. あるいは、Gitバージョン管理システムを使うこともできます。 詳細はI.1を参照してください。