diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3a55d887ba..bcec8c58c9 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -2551,7 +2551,7 @@ DROP SCHEMA information_schema CASCADE; The server-side autocommit setting was removed and reimplemented in client applications and languages. - server-side autocommit was causing too many problems with + Server-side autocommit was causing too many problems with languages and applications that wanted to control their own autocommit behavior, so autocommit was removed from the server and added to individual client APIs as appropriate.