Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7b9fe968
Commit
7b9fe968
authored
Dec 17, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update type-coercion discussions to reflect current reality.
parent
c501e9aa
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
204 additions
and
143 deletions
+204
-143
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+5
-4
doc/src/sgml/typeconv.sgml
doc/src/sgml/typeconv.sgml
+199
-139
No files found.
doc/src/sgml/func.sgml
View file @
7b9fe968
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.4
3 2000/12/16 19:33:23
tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.4
4 2000/12/17 05:55:26
tgl Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
...
...
@@ -770,7 +770,7 @@
<para>
There are two separate approaches to pattern matching provided by
<productname>Postgres</productname>:
T
he <acronym>SQL</acronym>
<productname>Postgres</productname>:
t
he <acronym>SQL</acronym>
<function>LIKE</function> operator and
<acronym>POSIX</acronym>-style regular expressions.
</para>
...
...
@@ -2562,8 +2562,9 @@ END
</informalexample>
<para>
The data types of all possible <replaceable>result</replaceable>
expressions must match.
The data types of all the <replaceable>result</replaceable>
expressions must be coercible to a single output type.
See <xref linkend="typeconv-union-case"> for more detail.
</para>
<synopsis>
...
...
doc/src/sgml/typeconv.sgml
View file @
7b9fe968
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment