1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.551 2007/11/20 05:00:24 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.552 2007/11/20 05:16:31 momjian Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -1472,7 +1472,7 @@ current_date < 2017-11-17
1472
1472
</sect3>
1473
1473
1474
1474
<sect3>
1475
- <title>Data Types and Functions </title>
1475
+ <title>Data Types</title>
1476
1476
<itemizedlist>
1477
1477
1478
1478
<listitem>
@@ -1517,6 +1517,34 @@ current_date < 2017-11-17
1517
1517
</para>
1518
1518
</listitem>
1519
1519
1520
+ <listitem>
1521
+ <para>
1522
+ Fix <type>float4</type>/<type>float8</type> to handle
1523
+ <literal>Infinity</> and <literal>NAN</> (Not A Number)
1524
+ consistently (Bruce)
1525
+ </para>
1526
+
1527
+ <para>
1528
+ The code formerly was not consistent about distinguishing
1529
+ <literal>Infinity</> from overflow conditions.
1530
+ </para>
1531
+ </listitem>
1532
+
1533
+ <listitem>
1534
+ <para>
1535
+ Allow leading and trailing whitespace during input of
1536
+ <type>boolean</type> values (Neil)
1537
+ </para>
1538
+ </listitem>
1539
+
1540
+ </itemizedlist>
1541
+
1542
+ </sect3>
1543
+
1544
+ <sect3>
1545
+ <title>Functions</title>
1546
+ <itemizedlist>
1547
+
1520
1548
<listitem>
1521
1549
<para>
1522
1550
Add new regular expression functions
@@ -1603,19 +1631,6 @@ current_date < 2017-11-17
1603
1631
</para>
1604
1632
</listitem>
1605
1633
1606
- <listitem>
1607
- <para>
1608
- Fix <type>float4</type>/<type>float8</type> to handle
1609
- <literal>Infinity</> and <literal>NAN</> (Not A Number)
1610
- consistently (Bruce)
1611
- </para>
1612
-
1613
- <para>
1614
- The code formerly was not consistent about distinguishing
1615
- <literal>Infinity</> from overflow conditions.
1616
- </para>
1617
- </listitem>
1618
-
1619
1634
<listitem>
1620
1635
<para>
1621
1636
Make <function>setseed()</function> return void, rather than a
@@ -1642,13 +1657,6 @@ current_date < 2017-11-17
1642
1657
</para>
1643
1658
</listitem>
1644
1659
1645
- <listitem>
1646
- <para>
1647
- Allow leading and trailing whitespace during input of
1648
- <type>boolean</type> values (Neil)
1649
- </para>
1650
- </listitem>
1651
-
1652
1660
<listitem>
1653
1661
<para>
1654
1662
Make <function>currtid()</function> functions require
0 commit comments