File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.100 2002/08/22 00: 01:40 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.101 2002/08/23 01:28:17 tgl Exp $
3
3
-->
4
4
5
5
<chapter id="datatype">
@@ -3193,7 +3193,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;
3193
3193
3194
3194
<row>
3195
3195
<entry><type>cstring</></entry>
3196
- <entry>Indicates a function takes or returns a null-terminated C string</entry>
3196
+ <entry>Indicates that a function accepts or returns a null-terminated C string</entry>
3197
3197
</row>
3198
3198
3199
3199
<row>
@@ -3213,7 +3213,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;
3213
3213
3214
3214
<para>
3215
3215
Functions coded in C (whether built-in or dynamically loaded) may be
3216
- declared to take or return any of these pseudo datatypes. It is up to
3216
+ declared to accept or return any of these pseudo datatypes. It is up to
3217
3217
the function author to ensure that the function will behave safely
3218
3218
when a pseudo-type is used as an argument type.
3219
3219
</para>
You can’t perform that action at this time.
0 commit comments