-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.551 2007/11/20 05:00:24 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.552 2007/11/20 05:16:31 momjian Exp $ -->
<!--
Typical markup:
</sect3>
<sect3>
- <title>Data Types and Functions</title>
+ <title>Data Types</title>
<itemizedlist>
<listitem>
</para>
</listitem>
+ <listitem>
+ <para>
+ Fix <type>float4</type>/<type>float8</type> to handle
+ <literal>Infinity</> and <literal>NAN</> (Not A Number)
+ consistently (Bruce)
+ </para>
+
+ <para>
+ The code formerly was not consistent about distinguishing
+ <literal>Infinity</> from overflow conditions.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Allow leading and trailing whitespace during input of
+ <type>boolean</type> values (Neil)
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+ </sect3>
+
+ <sect3>
+ <title>Functions</title>
+ <itemizedlist>
+
<listitem>
<para>
Add new regular expression functions
</para>
</listitem>
- <listitem>
- <para>
- Fix <type>float4</type>/<type>float8</type> to handle
- <literal>Infinity</> and <literal>NAN</> (Not A Number)
- consistently (Bruce)
- </para>
-
- <para>
- The code formerly was not consistent about distinguishing
- <literal>Infinity</> from overflow conditions.
- </para>
- </listitem>
-
<listitem>
<para>
Make <function>setseed()</function> return void, rather than a
</para>
</listitem>
- <listitem>
- <para>
- Allow leading and trailing whitespace during input of
- <type>boolean</type> values (Neil)
- </para>
- </listitem>
-
<listitem>
<para>
Make <function>currtid()</function> functions require