mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
9.4 release notes: adjust some entry wording
Backpatch to 9.4
This commit is contained in:
parent
bcd67a2fe9
commit
750c0351ea
@ -96,7 +96,7 @@
|
|||||||
linkend="functions-formatting-table"><function>to_timestamp()</></link>
|
linkend="functions-formatting-table"><function>to_timestamp()</></link>
|
||||||
and <function>to_date()</> format strings to consume a corresponding
|
and <function>to_date()</> format strings to consume a corresponding
|
||||||
number of characters in the input string (whitespace or not), then
|
number of characters in the input string (whitespace or not), then
|
||||||
conditionally consume adjacent whitespace if not in <literal>FX</>
|
conditionally consume adjacent whitespace, if not in <literal>FX</>
|
||||||
mode (Jeevan Chalke)
|
mode (Jeevan Chalke)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -1638,6 +1638,18 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Convert <link linkend="datatype-numeric"><type>NUMERIC</></link>s to
|
||||||
|
<type>decimal</> values in <link linkend="plpython">PL/Python</link>
|
||||||
|
(Szymon Guz, Ronan Dunklau)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Previously these were converted to <type>float</>s.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<sect4>
|
<sect4>
|
||||||
@ -1681,26 +1693,6 @@
|
|||||||
|
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4>
|
|
||||||
<title><link linkend="plpython">PL/Python</link> Server-Side Language</title>
|
|
||||||
|
|
||||||
<itemizedlist>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Convert <link linkend="datatype-numeric"><type>NUMERIC</></link>s
|
|
||||||
to <type>decimal</> values in PL/Python (Szymon Guz, Ronan Dunklau)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Previously these were converted to <type>float</>s.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
|
||||||
|
|
||||||
</sect4>
|
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
@ -1891,7 +1883,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Have <command>\d</> display disabled system triggers (Bruce
|
Have <command>\d</> show disabled system triggers (Bruce
|
||||||
Momjian)
|
Momjian)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -2013,7 +2005,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add <application>pg_basebackup</> option <option>--xlogdir</>
|
Add <application>pg_basebackup</> option <option>--xlogdir</>
|
||||||
to specify the <filename>pg_xlog</> direction location (Haribabu
|
to specify the <filename>pg_xlog</> directory location (Haribabu
|
||||||
Kommi)
|
Kommi)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user