|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.15 2003/11/29 19:51:38 pgsql Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.16 2004/02/15 06:27:37 neilc Exp $ --> |
2 | 2 |
|
3 | 3 | <refentry id="SQL-CREATECAST"> |
4 | 4 | <refmeta> |
@@ -147,9 +147,9 @@ SELECT 'The time is ' || CAST(now() AS text); |
147 | 147 | <para> |
148 | 148 | The function used to perform the cast. The function name may |
149 | 149 | be schema-qualified. If it is not, the function will be looked |
150 | | - up in the path. The argument type must be identical to the |
151 | | -source type, theresult datatypemust matchthetargettypeof |
152 | | - the cast. |
| 150 | + up in theschema searchpath. The argument type must be |
| 151 | +identical to thesourcetypeandtheresult datatypemust |
| 152 | +match the target type ofthe cast. |
153 | 153 | </para> |
154 | 154 | </listitem> |
155 | 155 | </varlistentry> |
|