@@ -343,18 +343,18 @@ su - postgres
343343 <para>
344344 The <productname>&productname;</> &version; sources can be obtained from the
345345 download section of our
346- website: <ulink url="https://www.postgresql.org/download/ "></ulink>. You
347- should get a file named <filename>postgresql -&version;.tar.gz</filename>
348- or <filename>postgresql -&version;.tar.bz2</filename>. After
346+ website: <ulink url="https://postgrespro.com/products/download "></ulink>. You
347+ should get a file named <filename>postgrepro -&version;.tar.gz</filename>
348+ or <filename>postgrespro -&version;.tar.bz2</filename>. After
349349 you have obtained the file, unpack it:
350350<screen>
351- <userinput>gunzippostgresql -&version;.tar.gz</userinput>
352- <userinput>tar xfpostgresql -&version;.tar</userinput>
351+ <userinput>gunzippostgrepro -&version;.tar.gz</userinput>
352+ <userinput>tar xfpostgrepro -&version;.tar</userinput>
353353</screen>
354354 (Use <command>bunzip2</command> instead of <command>gunzip</command> if you
355355 have the <filename>.bz2</filename> file.)
356356 This will create a directory
357- <filename>postgresql -&version;</filename> under the current directory
357+ <filename>postgrepro -&version;</filename> under the current directory
358358 with the <productname>&productname;</> sources.
359359 Change into that directory for the rest
360360 of the installation procedure.
@@ -2004,20 +2004,6 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
20042004 <sect1 id="supported-platforms">
20052005 <title>Supported Platforms</title>
20062006
2007- <para>
2008- A platform (that is, a CPU architecture and operating system combination)
2009- is considered supported by the PostgreSQL development
2010- community if the code contains provisions to work on that platform and
2011- it has recently been verified to build and pass its regression tests
2012- on that platform. Currently, most testing of platform compatibility
2013- is done automatically by test machines in the
2014- <ulink url="https://buildfarm.postgresql.org/">PostgreSQL Build Farm</ulink>.
2015- If you are interested in using <productname>&productname;</> on a platform
2016- that is not represented in the build farm, but on which the code works
2017- or can be made to work, you are strongly encouraged to set up a build
2018- farm member machine so that continued compatibility can be assured.
2019- </para>
2020-
20212007 <para>
20222008 In general, <productname>&productname;</> can be expected to work on
20232009 these CPU architectures: x86, x86_64, IA64, PowerPC,