Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5669674

Browse files
committed
Split out data types and function entries into separate sections in the
release notes.
1 parent726226b commit5669674

File tree

1 file changed

+30
-22
lines changed

1 file changed

+30
-22
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<!--
33

44
Typical markup:
@@ -1472,7 +1472,7 @@ current_date &lt; 2017-11-17
14721472
</sect3>
14731473

14741474
<sect3>
1475-
<title>Data Types and Functions</title>
1475+
<title>Data Types</title>
14761476
<itemizedlist>
14771477

14781478
<listitem>
@@ -1517,6 +1517,34 @@ current_date &lt; 2017-11-17
15171517
</para>
15181518
</listitem>
15191519

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+
15201548
<listitem>
15211549
<para>
15221550
Add new regular expression functions
@@ -1603,19 +1631,6 @@ current_date &lt; 2017-11-17
16031631
</para>
16041632
</listitem>
16051633

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-
16191634
<listitem>
16201635
<para>
16211636
Make <function>setseed()</function> return void, rather than a
@@ -1642,13 +1657,6 @@ current_date &lt; 2017-11-17
16421657
</para>
16431658
</listitem>
16441659

1645-
<listitem>
1646-
<para>
1647-
Allow leading and trailing whitespace during input of
1648-
<type>boolean</type> values (Neil)
1649-
</para>
1650-
</listitem>
1651-
16521660
<listitem>
16531661
<para>
16541662
Make <function>currtid()</function> functions require

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp