]> granicus.if.org Git - postgresql/commitdiff
doc: 9.4 release note adjustments
authorBruce Momjian <bruce@momjian.us>
Tue, 13 May 2014 01:30:58 +0000 (21:30 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 13 May 2014 01:31:13 +0000 (21:31 -0400)
Report by Nicolas Barbier, Tatsuo Ishii, MauMau

doc/src/sgml/release-9.4.sgml

index e78003e777b4d95c4a661275783a00351d4f49ad..8bb3d70295a7da8dec0d3cfd281ae1d528625339 100644 (file)
@@ -52,7 +52,7 @@
      <listitem>
       <para>
        Add <acronym>SQL</>-level command <link
-       linkend="SQL-ALTERSYSTEM"><command>ALTER SYSTEM</></link> command
+       linkend="SQL-ALTERSYSTEM"><command>ALTER SYSTEM</></link>
        to edit the <filename>postgresql.conf</> configuration file
       </para>
      </listitem>
 
       <listitem>
        <para>
-        Add functions for error-free <structname>pg_class</>,
+        Add functions for <structname>pg_class</>,
         <structname>pg_proc</>, <structname>pg_type</>, and
-        <structname>pg_operator</> lookups (Yugo Nagata, Nozomi Anzai,
+        <structname>pg_operator</> lookups that do not generate errors for
+        non-existent objects (Yugo Nagata, Nozomi Anzai,
         Robert Haas)
        </para>
 
       <listitem>
        <para>
         Improve support for <envar>VPATH</> builds of <acronym>PGXS</>
-        modules  (Cédric Villemain, Andrew Dunstan)
+        modules  (C&eacute;dric Villemain, Andrew Dunstan)
        </para>
       </listitem>
 
        </para>
       </listitem>
 
+      <listitem>
+       <para>
+        Allow client-only installs for <acronym>MSVC</> (Windows) builds (MauMau)
+       </para>
+      </listitem>
+
      </itemizedlist>
 
    </sect3>