Text Size: Normal / Large
This page in other versions: 9.2 / 9.1 / 9.0 / 8.4  |  Unsupported versions: 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / 7.3 / 7.2 / 7.1 / devel

15.3. Getting The Source

The PostgreSQL 9.1.8 sources can be obtained by anonymous FTP from ftp://ftp.postgresql.org/pub/source/v9.1.8/postgresql-9.1.8.tar.gz. Other download options can be found on our website: http://www.postgresql.org/download/. After you have obtained the file, unpack it:

gunzip postgresql-9.1.8.tar.gz
tar xf postgresql-9.1.8.tar

This will create a directory postgresql-9.1.8 under the current directory with the PostgreSQL sources. Change into that directory for the rest of the installation procedure.

You can also get the source directly from the version control repository, see Appendix H.

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group