|
52 | 52 | <listitem>
|
53 | 53 | <para>
|
54 | 54 | Add <acronym>SQL</>-level command <link
|
55 |
| - linkend="SQL-ALTERSYSTEM"><command>ALTER SYSTEM</></link> command |
| 55 | + linkend="SQL-ALTERSYSTEM"><command>ALTER SYSTEM</></link> |
56 | 56 | to edit the <filename>postgresql.conf</> configuration file
|
57 | 57 | </para>
|
58 | 58 | </listitem>
|
|
1419 | 1419 |
|
1420 | 1420 | <listitem>
|
1421 | 1421 | <para>
|
1422 |
| - Add functions forerror-free<structname>pg_class</>, |
| 1422 | + Add functions for <structname>pg_class</>, |
1423 | 1423 | <structname>pg_proc</>, <structname>pg_type</>, and
|
1424 |
| - <structname>pg_operator</> lookups (Yugo Nagata, Nozomi Anzai, |
| 1424 | + <structname>pg_operator</> lookups that do not generate errors for |
| 1425 | + non-existent objects (Yugo Nagata, Nozomi Anzai, |
1425 | 1426 | Robert Haas)
|
1426 | 1427 | </para>
|
1427 | 1428 |
|
|
2105 | 2106 | <listitem>
|
2106 | 2107 | <para>
|
2107 | 2108 | Improve support for <envar>VPATH</> builds of <acronym>PGXS</>
|
2108 |
| - modules (Cédric Villemain, Andrew Dunstan) |
| 2109 | + modules (Cédric Villemain, Andrew Dunstan) |
2109 | 2110 | </para>
|
2110 | 2111 | </listitem>
|
2111 | 2112 |
|
|
2175 | 2176 | </para>
|
2176 | 2177 | </listitem>
|
2177 | 2178 |
|
| 2179 | + <listitem> |
| 2180 | + <para> |
| 2181 | + Allow client-only installs for <acronym>MSVC</> (Windows) builds (MauMau) |
| 2182 | + </para> |
| 2183 | + </listitem> |
| 2184 | + |
2178 | 2185 | </itemizedlist>
|
2179 | 2186 |
|
2180 | 2187 | </sect3>
|
|