Commit 7b9fe968 authored by Tom Lane's avatar Tom Lane

Update type-coercion discussions to reflect current reality.

parent c501e9aa
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.43 2000/12/16 19:33:23 tgl Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.44 2000/12/17 05:55:26 tgl Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -770,7 +770,7 @@ ...@@ -770,7 +770,7 @@
<para> <para>
There are two separate approaches to pattern matching provided by There are two separate approaches to pattern matching provided by
<productname>Postgres</productname>: The <acronym>SQL</acronym> <productname>Postgres</productname>: the <acronym>SQL</acronym>
<function>LIKE</function> operator and <function>LIKE</function> operator and
<acronym>POSIX</acronym>-style regular expressions. <acronym>POSIX</acronym>-style regular expressions.
</para> </para>
...@@ -2562,8 +2562,9 @@ END ...@@ -2562,8 +2562,9 @@ END
</informalexample> </informalexample>
<para> <para>
The data types of all possible <replaceable>result</replaceable> The data types of all the <replaceable>result</replaceable>
expressions must match. expressions must be coercible to a single output type.
See <xref linkend="typeconv-union-case"> for more detail.
</para> </para>
<synopsis> <synopsis>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment