Split out data types and function entries into separate sections in the
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Nov 2007 05:16:31 +0000 (05:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Nov 2007 05:16:31 +0000 (05:16 +0000)
release notes.

doc/src/sgml/release.sgml

index 7991488ffabc18dfe14237132c9de00daabf4455..82f7f7c032533c110c03e458a086b789a4c2d41c 100644 (file)
@@ -1472,7 +1472,7 @@ current_date &lt; 2017-11-17
    </sect3>
 
    <sect3>
-    <title>Data Types and Functions</title>
+    <title>Data Types</title>
     <itemizedlist>
 
      <listitem>
@@ -1517,6 +1517,34 @@ current_date &lt; 2017-11-17
       </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
@@ -1603,19 +1631,6 @@ current_date &lt; 2017-11-17
       </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
@@ -1642,13 +1657,6 @@ current_date &lt; 2017-11-17
       </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