From effd0dea7e1115eba96caf6aea2ba5118266093c Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sun, 15 Feb 2004 06:27:37 +0000 Subject: [PATCH] Minor documentation tweak. --- doc/src/sgml/ref/create_cast.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/create_cast.sgml b/doc/src/sgml/ref/create_cast.sgml index 971f0e2ecb..a6f5e4aa19 100644 --- a/doc/src/sgml/ref/create_cast.sgml +++ b/doc/src/sgml/ref/create_cast.sgml @@ -1,4 +1,4 @@ - + @@ -147,9 +147,9 @@ SELECT 'The time is ' || CAST(now() AS text); The function used to perform the cast. The function name may be schema-qualified. If it is not, the function will be looked - up in the path. The argument type must be identical to the - source type, the result data type must match the target type of - the cast. + up in the schema search path. The argument type must be + identical to the source type and the result data type must + match the target type of the cast. -- 2.40.0