From: Tom Lane Date: Mon, 8 Aug 2016 17:13:05 +0000 (-0400) Subject: Update 9.6 release notes through today. X-Git-Tag: REL9_6_BETA4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de4b3ea16d8b053e95eb9d862075b0de123e45b9;p=thirdparty%2Fpostgresql.git Update 9.6 release notes through today. --- 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