From: Tom Lane Date: Fri, 23 Aug 2002 01:28:17 +0000 (+0000) Subject: Very minor copy-editing. X-Git-Tag: REL7_3~806 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebddac07a90b4593631d29cc8482b8fc83b88cda;p=thirdparty%2Fpostgresql.git Very minor copy-editing. --- 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 @@ @@ -3193,7 +3193,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test; cstring - Indicates a function takes or returns a null-terminated C string + Indicates that a function accepts or returns a null-terminated C string @@ -3213,7 +3213,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test; 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.