diff options
author | Neil Conway | 2005-04-04 05:12:32 +0000 |
---|---|---|
committer | Neil Conway | 2005-04-04 05:12:32 +0000 |
commit | dba561f94ee0212bb1c5090fa723621272571ad4 (patch) | |
tree | 2a2b09e2151882017f8d65430956059bd070292f /doc/src | |
parent | 5b1c607abee9107d250f95ad723943b5b3b91df4 (diff) |
Add a link to www.postgresql.org/download to the installation instructions.
From Robert Treat.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 3472aeedca3..f5f87afe94f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.230 2005/03/31 03:54:38 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.231 2005/04/04 05:12:32 neilc Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -327,7 +327,9 @@ su - postgres The <productname>PostgreSQL</> &version; sources can be obtained by anonymous FTP from <ulink url="ftp://ftp.postgresql.org/pub/source/v&version;/postgresql-&version;.tar.gz"></ulink>. - Use a mirror if possible. After you have obtained the file, unpack it: + Other download options can be found on our website: + <ulink url="http://www.postgresql.org/download/"></ulink>. After you + have obtained the file, unpack it: <screen> <userinput>gunzip postgresql-&version;.tar.gz</userinput> <userinput>tar xf postgresql-&version;.tar</userinput> |