Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a52f2a0

Browse files
committed
9.4 release notes: adjust some entry wording
Backpatch to 9.4
1 parent 734bea8 commit a52f2a0

File tree

1 file changed

+15
-23
lines changed

1 file changed

+15
-23
lines changed

doc/src/sgml/release-9.4.sgml

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
linkend="functions-formatting-table"><function>to_timestamp()</></link>
9797
and <function>to_date()</> format strings to consume a corresponding
9898
number of characters in the input string (whitespace or not), then
99-
conditionally consume adjacent whitespace if not in <literal>FX</>
99+
conditionally consume adjacent whitespace, if not in <literal>FX</>
100100
mode (Jeevan Chalke)
101101
</para>
102102

@@ -1638,6 +1638,18 @@
16381638
</para>
16391639
</listitem>
16401640

1641+
<listitem>
1642+
<para>
1643+
Convert <link linkend="datatype-numeric"><type>NUMERIC</></link>s to
1644+
<type>decimal</> values in <link linkend="plpython">PL/Python</link>
1645+
(Szymon Guz, Ronan Dunklau)
1646+
</para>
1647+
1648+
<para>
1649+
Previously these were converted to <type>float</>s.
1650+
</para>
1651+
</listitem>
1652+
16411653
</itemizedlist>
16421654

16431655
<sect4>
@@ -1681,26 +1693,6 @@
16811693

16821694
</sect4>
16831695

1684-
<sect4>
1685-
<title><link linkend="plpython">PL/Python</link> Server-Side Language</title>
1686-
1687-
<itemizedlist>
1688-
1689-
<listitem>
1690-
<para>
1691-
Convert <link linkend="datatype-numeric"><type>NUMERIC</></link>s
1692-
to <type>decimal</> values in PL/Python (Szymon Guz, Ronan Dunklau)
1693-
</para>
1694-
1695-
<para>
1696-
Previously these were converted to <type>float</>s.
1697-
</para>
1698-
</listitem>
1699-
1700-
</itemizedlist>
1701-
1702-
</sect4>
1703-
17041696
</sect3>
17051697

17061698
<sect3>
@@ -1891,7 +1883,7 @@
18911883

18921884
<listitem>
18931885
<para>
1894-
Have <command>\d</> display disabled system triggers (Bruce
1886+
Have <command>\d</> show disabled system triggers (Bruce
18951887
Momjian)
18961888
</para>
18971889

@@ -2013,7 +2005,7 @@
20132005
<listitem>
20142006
<para>
20152007
Add <application>pg_basebackup</> option <option>--xlogdir</>
2016-
to specify the <filename>pg_xlog</> direction location (Haribabu
2008+
to specify the <filename>pg_xlog</> directory location (Haribabu
20172009
Kommi)
20182010
</para>
20192011
</listitem>

0 commit comments

Comments
 (0)