aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-08-08 13:13:05 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-08-08 13:13:05 -0400
commitde4b3ea16d8b053e95eb9d862075b0de123e45b9 (patch)
treebffd188fdf7c4f2b4d65c4822048d832c9ec1294
parent9b8271c5a655ef1c35141b266d5039da8d3b2337 (diff)
downloadpostgresql-de4b3ea16d8b053e95eb9d862075b0de123e45b9.tar.gz
postgresql-de4b3ea16d8b053e95eb9d862075b0de123e45b9.zip
Update 9.6 release notes through today.
-rw-r--r--doc/src/sgml/release-9.6.sgml30
1 files changed, 29 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml
index 22379b9da61..6c4a96c8e48 100644
--- a/doc/src/sgml/release-9.6.sgml
+++ b/doc/src/sgml/release-9.6.sgml
@@ -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>
@@ -761,6 +761,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&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>
<itemizedlist>