From e76bcb855be28c1e7de24bad0ff392a4b9c5adc4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 15 Aug 2004 00:27:14 +0000 Subject: [PATCH] Fix trivial typo. --- doc/src/sgml/release.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.