|
96 | 96 | linkend="functions-formatting-table"><function>to_timestamp()</></link>
|
97 | 97 | and <function>to_date()</> format strings to consume a corresponding
|
98 | 98 | 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</> |
100 | 100 | mode (Jeevan Chalke)
|
101 | 101 | </para>
|
102 | 102 |
|
|
1638 | 1638 | </para>
|
1639 | 1639 | </listitem>
|
1640 | 1640 |
|
| 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 | + |
1641 | 1653 | </itemizedlist>
|
1642 | 1654 |
|
1643 | 1655 | <sect4>
|
|
1681 | 1693 |
|
1682 | 1694 | </sect4>
|
1683 | 1695 |
|
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 |
| - |
1704 | 1696 | </sect3>
|
1705 | 1697 |
|
1706 | 1698 | <sect3>
|
|
1891 | 1883 |
|
1892 | 1884 | <listitem>
|
1893 | 1885 | <para>
|
1894 |
| - Have <command>\d</>display disabled system triggers (Bruce |
| 1886 | + Have <command>\d</>show disabled system triggers (Bruce |
1895 | 1887 | Momjian)
|
1896 | 1888 | </para>
|
1897 | 1889 |
|
|
2013 | 2005 | <listitem>
|
2014 | 2006 | <para>
|
2015 | 2007 | 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 |
2017 | 2009 | Kommi)
|
2018 | 2010 | </para>
|
2019 | 2011 | </listitem>
|
|