OSDN Git Service

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 635c4df..9503213 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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:
@@ -1472,7 +1472,7 @@ current_date &lt; 2017-11-17
    </sect3>
 
    <sect3>
-    <title>Data Types and Functions</title>
+    <title>Data Types</title>
     <itemizedlist>
 
      <listitem>
@@ -1519,6 +1519,34 @@ current_date &lt; 2017-11-17
 
      <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
        <function>regexp_matches()</function>,
        <function>regexp_split_to_array()</function>, and
@@ -1605,19 +1633,6 @@ current_date &lt; 2017-11-17
 
      <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
        useless integer value (Neil)
       </para>
@@ -1644,13 +1659,6 @@ current_date &lt; 2017-11-17
 
      <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
        <literal>SELECT</literal> privileges on the target table (Tom)
       </para>