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

Commit45efb09

Browse files
committed
Fix a couple of stray misuses of "binary compatible".
1 parent96193aa commit45efb09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.27 2008/07/11 07:02:43 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.28 2008/07/12 16:20:06 tgl Exp $ -->
22

33
<refentry id="SQL-CREATECAST">
44
<refmeta>
@@ -294,7 +294,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
294294
the same name as a data type, returned that data type, and took one
295295
argument of a different type was automatically a cast function.
296296
This convention has been abandoned in face of the introduction of
297-
schemas and to be able to represent binary compatible casts in the
297+
schemas and to be able to represent binary-coercible casts in the
298298
system catalogs. The built-in cast functions still follow this naming
299299
scheme, but they have to be shown as casts in the system catalog
300300
<structname>pg_cast</> as well.
@@ -324,7 +324,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
324324
exactly match any existing function, but <replaceable>name</> is the name
325325
of a data type and <structname>pg_cast</> provides a binary-coercible cast
326326
to this type from the type of <replaceable>x</>, then the call will be
327-
construed as a binary-compatible cast. This exception is made so that
327+
construed as a binary-coercible cast. This exception is made so that
328328
binary-coercible casts can be invoked using functional syntax, even
329329
though they lack any function. Likewise, if there is no
330330
<structname>pg_cast</> entry but the cast would be to or from a string

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp