Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
PostgreSQL 9.4.1 Documentation
PrevUpAppendix I. The Source Code RepositoryNext

I.1. Getting The Source viaGit

WithGit you will make a copy of the entire code repository on your local machine, so you will have access to all history and branches offline. This is the fastest and most flexible way to develop or test patches.

Git

  1. You will need an installed version ofGit, which you can get fromhttp://git-scm.com. Many systems already have a recent version ofGit installed by default, or available in their package distribution system.

  2. To begin using the Git repository, make a clone of the official mirror:

    git clone git://git.postgresql.org/git/postgresql.git

    This will copy the full repository to your local machine, so it may take a while to complete, especially if you have a slow Internet connection. The files will be placed in a new subdirectorypostgresql of your current directory.

    The Git mirror can also be reached via the HTTP protocol, if for example a firewall is blocking access to the Git protocol. Just change the URL prefix tohttp, as in:

    git clone http://git.postgresql.org/git/postgresql.git

    The HTTP protocol is less efficient than the Git protocol, so it will be slower to use.

  3. Whenever you want to get the latest updates in the system,cd into the repository, and run:

    git fetch

Git can do a lot more things than just fetch the source. For more information, consult theGit man pages, or see the website athttp://git-scm.com.


PrevHomeNext
The Source Code RepositoryUpDocumentation
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp