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 @@ 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