diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-12-06 15:45:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-12-06 15:45:31 +0000 |
commit | a4242d7f87ee36f60b3d7de4d71d877c75b36e5d (patch) | |
tree | acbcd124f07b45f786ac8f5d4313d6bd9489fd85 /doc/FAQ_HPUX | |
parent | d7f316d28e58a38fc298ee5ee62030d4ae77a0ed (diff) | |
download | postgresql-a4242d7f87ee36f60b3d7de4d71d877c75b36e5d.tar.gz postgresql-a4242d7f87ee36f60b3d7de4d71d877c75b36e5d.zip |
Back out mention of port success from FAQs, per Tom, added by Simon.
Diffstat (limited to 'doc/FAQ_HPUX')
-rw-r--r-- | doc/FAQ_HPUX | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/FAQ_HPUX b/doc/FAQ_HPUX index 0716f288555..5e57dca1e11 100644 --- a/doc/FAQ_HPUX +++ b/doc/FAQ_HPUX @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL HP-UX Specific TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ ======================================================= -last updated: $Date: 2006/12/05 14:47:34 $ +last updated: $Date: 2006/12/06 15:45:30 $ current maintainer: Tom Lane (tgl@sss.pgh.pa.us) original author: Tom Lane (tgl@sss.pgh.pa.us) @@ -26,11 +26,6 @@ HP-UX 10.X or 11.X, given appropriate system patch levels and build 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, |