diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-23 01:28:17 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-23 01:28:17 +0000 |
commit | ebddac07a90b4593631d29cc8482b8fc83b88cda (patch) | |
tree | a97571a5712bb99f91aa03d19468146426f3e699 | |
parent | 6bd8a1c2d30107b604ca4047e738b8b461dae1ac (diff) | |
download | postgresql-ebddac07a90b4593631d29cc8482b8fc83b88cda.tar.gz postgresql-ebddac07a90b4593631d29cc8482b8fc83b88cda.zip |
Very minor copy-editing.
-rw-r--r-- | doc/src/sgml/datatype.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index cbb92274e12..b535d52f170 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ <!-- -$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"> @@ -3193,7 +3193,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test; <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> @@ -3213,7 +3213,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test; <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> |