File tree Expand file tree Collapse file tree 1 file changed +15
-23
lines changed Expand file tree Collapse file tree 1 file changed +15
-23
lines changed Original file line number Diff line number Diff line change 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
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>
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>
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
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>
You can’t perform that action at this time.
0 commit comments