From 9c075df5193b837e9b7950d9cc1e430af3022725 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" <lockhart@fourpalms.org> Date: Sat, 8 Apr 2000 02:16:08 +0000 Subject: [PATCH] Update some porting info. Add mention of transcendental functions. --- doc/src/sgml/func.sgml | 29 +++++++---------------------- doc/src/sgml/ports.sgml | 12 ++++++------ 2 files changed, 13 insertions(+), 28 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b5947e3b8a8..6cc162bb7a8 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -231,30 +231,15 @@ <entry>cos(0.4)</entry> </row> <row> - <entry>cos(float8)</entry> - <entry>float8</entry> - <entry>cosine</entry> - <entry>cos(0.4)</entry> - </row> - <row> - <entry>cos(float8)</entry> - <entry>float8</entry> - <entry>cosine</entry> - <entry>cos(0.4)</entry> - </row> - <row> - <entry>cos(float8)</entry> + <entry>tan(float8)</entry> <entry>float8</entry> - <entry>cosine</entry> - <entry>cos(0.4)</entry> + <entry>tangent</entry> + <entry>tan(0.4)</entry> </row> - <row> - <entry>cos(float8)</entry> - <entry>float8</entry> - <entry>cosine</entry> - <entry>cos(0.4)</entry> - </row> - + </tbody> + </tgroup> + </table> + </para> </sect1> diff --git a/doc/src/sgml/ports.sgml b/doc/src/sgml/ports.sgml index ee2b760ba33..c4e426683c2 100644 --- a/doc/src/sgml/ports.sgml +++ b/doc/src/sgml/ports.sgml @@ -92,9 +92,9 @@ <row> <entry>Linux 2.0.x</entry> <entry>Alpha</entry> - <entry>v6.5.3</entry> - <entry>1999-11-05</entry> - <entry> + <entry>v7.0</entry> + <entry>2000-04-05</entry> + <entry> With patches (<ulink url="mailto:pgsql@rkirkpat.net">Ryan Kirkpatrick</ulink>)</entry> </row> <row> @@ -198,9 +198,9 @@ <row> <entry>QNX 4.25</entry> <entry>x86</entry> - <entry>v6.5.2</entry> - <entry>1999-11-08</entry> - <entry>minor patches required + <entry>v7.0</entry> + <entry>2000-04-01</entry> + <entry> (<ulink url="mailto:kardos@repas-aeg.de">Dr. Andreas Kardos</ulink>)</entry> </row> <row> -- GitLab