Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
45efb09a
Commit
45efb09a
authored
16 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix a couple of stray misuses of "binary compatible".
parent
96193aa8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/create_cast.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/ref/create_cast.sgml
with
3 additions
and
3 deletions
doc/src/sgml/ref/create_cast.sgml
+
3
−
3
View file @
45efb09a
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.2
7
2008/07/1
1 07:02:43 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.2
8
2008/07/1
2 16:20:06 tgl
Exp $ -->
<refentry id="SQL-CREATECAST">
<refentry id="SQL-CREATECAST">
<refmeta>
<refmeta>
...
@@ -294,7 +294,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
...
@@ -294,7 +294,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
the same name as a data type, returned that data type, and took one
the same name as a data type, returned that data type, and took one
argument of a different type was automatically a cast function.
argument of a different type was automatically a cast function.
This convention has been abandoned in face of the introduction of
This convention has been abandoned in face of the introduction of
schemas and to be able to represent binary
co
mpat
ible casts in the
schemas and to be able to represent binary
-
co
erc
ible casts in the
system catalogs. The built-in cast functions still follow this naming
system catalogs. The built-in cast functions still follow this naming
scheme, but they have to be shown as casts in the system catalog
scheme, but they have to be shown as casts in the system catalog
<structname>pg_cast</> as well.
<structname>pg_cast</> as well.
...
@@ -324,7 +324,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
...
@@ -324,7 +324,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
exactly match any existing function, but <replaceable>name</> is the name
exactly match any existing function, but <replaceable>name</> is the name
of a data type and <structname>pg_cast</> provides a binary-coercible cast
of a data type and <structname>pg_cast</> provides a binary-coercible cast
to this type from the type of <replaceable>x</>, then the call will be
to this type from the type of <replaceable>x</>, then the call will be
construed as a binary-co
mpat
ible cast. This exception is made so that
construed as a binary-co
erc
ible cast. This exception is made so that
binary-coercible casts can be invoked using functional syntax, even
binary-coercible casts can be invoked using functional syntax, even
though they lack any function. Likewise, if there is no
though they lack any function. Likewise, if there is no
<structname>pg_cast</> entry but the cast would be to or from a string
<structname>pg_cast</> entry but the cast would be to or from a string
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment