]> granicus.if.org Git - postgresql/commitdiff
Fix trivial typo.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 Aug 2004 00:27:14 +0000 (00:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 15 Aug 2004 00:27:14 +0000 (00:27 +0000)
doc/src/sgml/release.sgml

index 3a55d887ba74f6afa879187087e833787fee5c4f..bcec8c58c95642944dea6a5f23cc686c44e6173f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.283 2004/08/15 00:09:24 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp $
 -->
 
 <appendix id="release">
@@ -2551,7 +2551,7 @@ DROP SCHEMA information_schema CASCADE;
       <para>
        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.