|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.230 2005/03/31 03:54:38 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.231 2005/04/04 05:12:32 neilc Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -327,7 +327,9 @@ su - postgres |
327 | 327 | The <productname>PostgreSQL</> &version; sources can be obtained by |
328 | 328 | anonymous FTP from <ulink |
329 | 329 | url="ftp://ftp.postgresql.org/pub/source/v&version;/postgresql-&version;.tar.gz"></ulink>. |
330 | | - Use a mirror if possible. After you have obtained the file, unpack it: |
| 330 | + Other download options can be found on our website: |
| 331 | + <ulink url="http://www.postgresql.org/download/"></ulink>. After you |
| 332 | + have obtained the file, unpack it: |
331 | 333 | <screen> |
332 | 334 | <userinput>gunzip postgresql-&version;.tar.gz</userinput> |
333 | 335 | <userinput>tar xf postgresql-&version;.tar</userinput> |
|