|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.283 2004/08/15 00:09:24 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.284 2004/08/15 00:27:14 tgl Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -2551,7 +2551,7 @@ DROP SCHEMA information_schema CASCADE; |
2551 | 2551 | <para> |
2552 | 2552 | The server-side autocommit setting was removed and |
2553 | 2553 | reimplemented in client applications and languages. |
2554 | | -server-side autocommit was causing too many problems with |
| 2554 | +Server-side autocommit was causing too many problems with |
2555 | 2555 | languages and applications that wanted to control their own |
2556 | 2556 | autocommit behavior, so autocommit was removed from the server |
2557 | 2557 | and added to individual client APIs as appropriate. |
|