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
effd0dea
Commit
effd0dea
authored
21 years ago
by
Neil Conway
Browse files
Options
Downloads
Patches
Plain Diff
Minor documentation tweak.
parent
a9e08392
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
+4
-4
4 additions, 4 deletions
doc/src/sgml/ref/create_cast.sgml
with
4 additions
and
4 deletions
doc/src/sgml/ref/create_cast.sgml
+
4
−
4
View file @
effd0dea
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.1
5
200
3/11/29 19:51:38 pgsql
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.1
6
200
4/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>
...
...
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