Tom Lane wrote: > "Simon Riggs" <[EMAIL PROTECTED]> writes: > > Refresh of the Port FAQ pages, as discussed. > > Please do not duplicate information from the installation.sgml > "supported platforms" list into the FAQs. It's hard enough > to maintain that info in one place. >
Supported platforms removed. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. +
Index: doc/FAQ_AIX =================================================================== RCS file: /cvsroot/pgsql/doc/FAQ_AIX,v retrieving revision 1.20 diff -c -c -r1.20 FAQ_AIX *** doc/FAQ_AIX 5 Dec 2006 14:47:33 -0000 1.20 --- doc/FAQ_AIX 6 Dec 2006 15:44:36 -0000 *************** *** 7,13 **** Topics - - Known Working Ports - AIX 4.3.2 Port Report - AIX 5.3 Additional Information - AIX, readline, and postgres 8.1.x: --- 7,12 ---- *************** *** 16,35 **** ----- - Working Ports - ------------- - Consult http://buildfarm.postgresql.org/ for latest information. - - At time of writing the following builds work on 8.0, 8.1 and 8.2 - - AIX 5.3 using gcc 4.0.1 on PowerPC - AIX 5.2 using gcc 3.3.2 on PowerPC - AIX 5.2 using cc 6.0 on PowerPC - - plus port report below for AIX 4.3.2 - - ----- - From: Zeugswetter Andreas <[EMAIL PROTECTED]> $Date: 2006/12/05 14:47:33 $ --- 15,20 ---- Index: doc/FAQ_HPUX =================================================================== RCS file: /cvsroot/pgsql/doc/FAQ_HPUX,v retrieving revision 1.15 diff -c -c -r1.15 FAQ_HPUX *** doc/FAQ_HPUX 5 Dec 2006 14:47:34 -0000 1.15 --- doc/FAQ_HPUX 6 Dec 2006 15:44:36 -0000 *************** *** 26,36 **** tools. At least one developer routinely tests on HPUX 10.20 and we have reports of successful installations on HPUX 11.00 and 11.11. - Recent port reports for PostgreSQL 8.2.0 are - - on IA64, HP-UX 11.23, gcc and cc - - on PA-RISC, HP-UX 10.20 and 11.23, gcc and cc - Tested on 2006-10-23 - Aside from the PostgreSQL source distribution, you will need GNU make (HP's make will not do), and either GNU gcc or HP's full ANSI C compiler. If you intend to build from CVS sources rather than a distribution tarball, --- 26,31 ---- Index: doc/FAQ_IRIX =================================================================== RCS file: /cvsroot/pgsql/doc/FAQ_IRIX,v retrieving revision 1.4 diff -c -c -r1.4 FAQ_IRIX *** doc/FAQ_IRIX 5 Dec 2006 14:47:34 -0000 1.4 --- doc/FAQ_IRIX 6 Dec 2006 15:44:36 -0000 *************** *** 25,33 **** and r12000(ip35) processors, running IRIX 6.5.5m, 6.5.12 and 6.5.13 with MIPSPro compilers version 7.30, 7.3.1.2m and 7.3. - PostgreSQL 8.1.0 has been reported as compiling successfully on IRIX 6.5 - on MIPS using cc by Kenneth Marshall (<[EMAIL PROTECTED]>), 2005-11-04 - Aside from the PostgreSQL source distribution, you will need GNU make (SGI's make will not do), and the MIPSPro full ANSI C compiler. --- 25,30 ----
---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match