From de4b3ea16d8b053e95eb9d862075b0de123e45b9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 8 Aug 2016 13:13:05 -0400 Subject: [PATCH] Update 9.6 release notes through today. --- doc/src/sgml/release-9.6.sgml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index 22379b9da6..6c4a96c8e4 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -7,7 +7,7 @@ Release Date 2016-??-?? - Current as of 2016-08-07 (commit 19322c0a7) + Current as of 2016-08-08 (commit 34927b292) @@ -760,6 +760,34 @@ + + System Catalogs + + + + + + + Change column name + in information_schema.routines view + from result_cast_character_set_name + to result_cast_char_set_name + (Clément Prévost) + + + + SQL:2011 specifies the longer name, but that appears to be a mistake, + because adjacent column names use the shorter style, as do + other information_schema views. + + + + + + + Monitoring -- 2.39.5