From 6de9a6c015d543c41933171cd6cf5d357597f19f Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 12 May 2014 21:30:58 -0400 Subject: [PATCH] doc: 9.4 release note adjustments Report by Nicolas Barbier, Tatsuo Ishii, MauMau --- doc/src/sgml/release-9.4.sgml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index e78003e777b..8bb3d70295a 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -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> @@ -1419,9 +1419,10 @@ <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> @@ -2105,7 +2106,7 @@ <listitem> <para> Improve support for <envar>VPATH</> builds of <acronym>PGXS</> - modules (Cédric Villemain, Andrew Dunstan) + modules (Cédric Villemain, Andrew Dunstan) </para> </listitem> @@ -2175,6 +2176,12 @@ </para> </listitem> + <listitem> + <para> + Allow client-only installs for <acronym>MSVC</> (Windows) builds (MauMau) + </para> + </listitem> + </itemizedlist> </sect3> -- GitLab