aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>2000-04-08 02:16:08 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>2000-04-08 02:16:08 +0000
commit9c075df5193b837e9b7950d9cc1e430af3022725 (patch)
treedec1347d43795385c4b6e6f96e8e3b67ef6e25ad
parent0337938fbfee45a2406b12e34cc594e72af58c3c (diff)
downloadpostgresql-9c075df5193b837e9b7950d9cc1e430af3022725.tar.gz
postgresql-9c075df5193b837e9b7950d9cc1e430af3022725.zip
Update some porting info.
Add mention of transcendental functions.
-rw-r--r--doc/src/sgml/func.sgml29
-rw-r--r--doc/src/sgml/ports.sgml12
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>