<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.100 2002/08/22 00:01:40 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.101 2002/08/23 01:28:17 tgl Exp $
-->
<chapter id="datatype">
<row>
<entry><type>cstring</></entry>
- <entry>Indicates a function takes or returns a null-terminated C string</entry>
+ <entry>Indicates that a function accepts or returns a null-terminated C string</entry>
</row>
<row>
<para>
Functions coded in C (whether built-in or dynamically loaded) may be
- declared to take or return any of these pseudo datatypes. It is up to
+ declared to accept or return any of these pseudo datatypes. It is up to
the function author to ensure that the function will behave safely
when a pseudo-type is used as an argument type.
</para>