Update 9.6 release notes through today.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2016 17:13:05 +0000 (13:13 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Aug 2016 17:13:05 +0000 (13:13 -0400)
doc/src/sgml/release-9.6.sgml

index 22379b9da6111227bffa4d2e86dee891c389c076..6c4a96c8e4843eff690d446930a83bb2becbf872 100644 (file)
@@ -7,7 +7,7 @@
   <note>
    <title>Release Date</title>
    <simpara>2016-??-??</simpara>
-   <simpara>Current as of 2016-08-07 (commit 19322c0a7)</simpara>
+   <simpara>Current as of 2016-08-08 (commit 34927b292)</simpara>
   </note>
 
   <sect2>
 
     </sect4>
 
+    <sect4>
+     <title>System Catalogs</title>
+
+     <itemizedlist>
+
+      <listitem>
+<!--
+2016-08-07 [d8710f18f] Correct column name in information schema
+-->
+       <para>
+        Change column name
+        in <structname>information_schema</>.<structname>routines</> view
+        from <structfield>result_cast_character_set_name</>
+        to <structfield>result_cast_char_set_name</>
+        (Cl&eacute;ment Pr&eacute;vost)
+       </para>
+
+       <para>
+        SQL:2011 specifies the longer name, but that appears to be a mistake,
+        because adjacent column names use the shorter style, as do
+        other <structname>information_schema</> views.
+       </para>
+      </listitem>
+
+     </itemizedlist>
+
+    </sect4>
+
     <sect4>
      <title>Monitoring</title>