diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-26 00:21:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-26 00:21:04 +0000 |
commit | 823240bf648a5361c299d39be852067db91a9893 (patch) | |
tree | 4196f0af72cb4f1430c79623775908c660112ead | |
parent | d3423926c85225df0d5e74b2a340fe79917360a5 (diff) | |
download | postgresql-823240bf648a5361c299d39be852067db91a9893.tar.gz postgresql-823240bf648a5361c299d39be852067db91a9893.zip |
update linux ports for arm, s390, itanium.
-rw-r--r-- | doc/src/sgml/installation.sgml | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 66ff08fa999..a3fa8e46218 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.157 2003/10/26 00:00:40 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.158 2003/10/26 00:21:04 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1585,6 +1585,22 @@ gunzip -c postgres.ps.gz \ </row> <row> <entry><systemitem class="osname">Linux</></entry> + <entry><systemitem>Arm</></entry> + <entry>7.4</entry> + <entry>2003-10-25, + No?l K?the (<email>noel@debian.org</email>)</entry> + <entry>2.4</entry> + </row> + <row> + <entry><systemitem class="osname">Linux</></entry> + <entry><systemitem>Itanium</></entry> + <entry>7.4</entry> + <entry>2003-10-25, + No?l K?the (<email>noel@debian.org</email>)</entry> + <entry>2.4</entry> + </row> + <row> + <entry><systemitem class="osname">Linux</></entry> <entry><systemitem>PlayStation 2</></entry> <entry>7.3</entry> <entry>2002-11-19, @@ -1603,9 +1619,9 @@ gunzip -c postgres.ps.gz \ <entry><systemitem class="osname">Linux</></entry> <entry><systemitem>S/390</></entry> <entry>7.3</entry> - <entry>2002-11-22, - Permaine Cheung <email>pcheung@redhat.com</email>)</entry> - <entry>both s390 and s390x (32 and 64 bit)</entry> + <entry>2003-10-25, + No?l K?the (<email>noel@debian.org</email>)</entry> + <entry></entry> </row> <row> <entry><systemitem class="osname">Linux</></entry> @@ -1624,6 +1640,14 @@ gunzip -c postgres.ps.gz \ <entry>2.4</entry> </row> <row> + <entry><systemitem class="osname">Linux</></entry> + <entry><systemitem>x86</></entry> + <entry>7.4</entry> + <entry>2003-10-24, + Peter Eisentraut (<email>peter_e@gmx.net</email>)</entry> + <entry>2.4</entry> + </row> + <row> <entry><systemitem class="osname">MacOS X</></entry> <entry><systemitem>PPC</></entry> <entry>7.4</entry> |