diff options
author | Neil Conway <neilc@samurai.com> | 2004-02-15 06:27:37 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-02-15 06:27:37 +0000 |
commit | effd0dea7e1115eba96caf6aea2ba5118266093c (patch) | |
tree | 50979fd5d03e72cb2995d483805e4ed2a8543da5 | |
parent | a9e08392dd6fc6d7d1122296bf5525fbbd61ad0d (diff) | |
download | postgresql-effd0dea7e1115eba96caf6aea2ba5118266093c.tar.gz postgresql-effd0dea7e1115eba96caf6aea2ba5118266093c.zip |
Minor documentation tweak.
-rw-r--r-- | doc/src/sgml/ref/create_cast.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_cast.sgml b/doc/src/sgml/ref/create_cast.sgml index 971f0e2ecb0..a6f5e4aa19a 100644 --- a/doc/src/sgml/ref/create_cast.sgml +++ b/doc/src/sgml/ref/create_cast.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.15 2003/11/29 19:51:38 pgsql Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.16 2004/02/15 06:27:37 neilc Exp $ --> <refentry id="SQL-CREATECAST"> <refmeta> @@ -147,9 +147,9 @@ SELECT 'The time is ' || CAST(now() AS text); <para> 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. </para> </listitem> </varlistentry> |