Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteffd0de

Browse files
author
Neil Conway
committed
Minor documentation tweak.
1 parenta9e0839 commiteffd0de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/ref/create_cast.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<refentry id="SQL-CREATECAST">
44
<refmeta>
@@ -147,9 +147,9 @@ SELECT 'The time is ' || CAST(now() AS text);
147147
<para>
148148
The function used to perform the cast. The function name may
149149
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.
153153
</para>
154154
</listitem>
155155
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp