From: Neil Conway Date: Mon, 4 Apr 2005 05:12:32 +0000 (+0000) Subject: Add a link to www.postgresql.org/download to the installation instructions. X-Git-Tag: REL8_1_0BETA1~1066 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dba561f94ee0212bb1c5090fa723621272571ad4;p=postgresql Add a link to www.postgresql.org/download to the installation instructions. From Robert Treat. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 3472aeedca..f5f87afe94 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%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>