Skip to content

Commit 9c075df

Browse files
author
Thomas G. Lockhart
committed
Update some porting info.
Add mention of transcendental functions.
1 parent 0337938 commit 9c075df

File tree

2 files changed

+13
-28
lines changed

2 files changed

+13
-28
lines changed

doc/src/sgml/func.sgml

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -231,30 +231,15 @@
231231
<entry>cos(0.4)</entry>
232232
</row>
233233
<row>
234-
<entry>cos(float8)</entry>
235-
<entry>float8</entry>
236-
<entry>cosine</entry>
237-
<entry>cos(0.4)</entry>
238-
</row>
239-
<row>
240-
<entry>cos(float8)</entry>
241-
<entry>float8</entry>
242-
<entry>cosine</entry>
243-
<entry>cos(0.4)</entry>
244-
</row>
245-
<row>
246-
<entry>cos(float8)</entry>
234+
<entry>tan(float8)</entry>
247235
<entry>float8</entry>
248-
<entry>cosine</entry>
249-
<entry>cos(0.4)</entry>
236+
<entry>tangent</entry>
237+
<entry>tan(0.4)</entry>
250238
</row>
251-
<row>
252-
<entry>cos(float8)</entry>
253-
<entry>float8</entry>
254-
<entry>cosine</entry>
255-
<entry>cos(0.4)</entry>
256-
</row>
257-
239+
</tbody>
240+
</tgroup>
241+
</table>
242+
</para>
258243

259244
</sect1>
260245

doc/src/sgml/ports.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
<row>
9393
<entry>Linux 2.0.x</entry>
9494
<entry>Alpha</entry>
95-
<entry>v6.5.3</entry>
96-
<entry>1999-11-05</entry>
97-
<entry>
95+
<entry>v7.0</entry>
96+
<entry>2000-04-05</entry>
97+
<entry> With patches
9898
(<ulink url="mailto:pgsql@rkirkpat.net">Ryan Kirkpatrick</ulink>)</entry>
9999
</row>
100100
<row>
@@ -198,9 +198,9 @@
198198
<row>
199199
<entry>QNX 4.25</entry>
200200
<entry>x86</entry>
201-
<entry>v6.5.2</entry>
202-
<entry>1999-11-08</entry>
203-
<entry>minor patches required
201+
<entry>v7.0</entry>
202+
<entry>2000-04-01</entry>
203+
<entry>
204204
(<ulink url="mailto:kardos@repas-aeg.de">Dr. Andreas Kardos</ulink>)</entry>
205205
</row>
206206
<row>

0 commit comments

Comments
 (0)