@@ -343,18 +343,18 @@ su - postgres
343
343
<para>
344
344
The <productname>&productname;</> &version; sources can be obtained from the
345
345
download section of our
346
- website: <ulink url="http ://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
349
349
you have obtained the file, unpack it:
350
350
<screen>
351
- <userinput>gunzip postgresql -&version;.tar.gz</userinput>
352
- <userinput>tar xf postgresql -&version;.tar</userinput>
351
+ <userinput>gunzip postgrepro -&version;.tar.gz</userinput>
352
+ <userinput>tar xf postgrepro -&version;.tar</userinput>
353
353
</screen>
354
354
(Use <command>bunzip2</command> instead of <command>gunzip</command> if you
355
355
have the <filename>.bz2</filename> file.)
356
356
This will create a directory
357
- <filename>postgresql -&version;</filename> under the current directory
357
+ <filename>postgrepro -&version;</filename> under the current directory
358
358
with the <productname>&productname;</> sources.
359
359
Change into that directory for the rest
360
360
of the installation procedure.
@@ -2004,20 +2004,6 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
2004
2004
<sect1 id="supported-platforms">
2005
2005
<title>Supported Platforms</title>
2006
2006
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
-
2021
2007
<para>
2022
2008
In general, <productname>&productname;</> can be expected to work on
2023
2009
these CPU architectures: x86, x86_64, IA64, PowerPC,
0 commit comments