mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update 9.6 release notes through today.
This commit is contained in:
@ -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>
|
||||
@ -760,6 +760,34 @@
|
||||
|
||||
</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ément Pré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>
|
||||
|
||||
|
Reference in New Issue
Block a user