diff options
| author | Tom Lane | 2003-11-15 20:01:20 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-11-15 20:01:20 +0000 |
| commit | 50c4d2a39b3d9c97c25b82f479662260d2239f94 (patch) | |
| tree | a2ade9eb88813e2407bc5bb6b77fad966a5a1cbc | |
| parent | f869a42d7f12ce68e1f2eb73ac700b360ba92ad8 (diff) | |
A little bit more copy-editing...
| -rw-r--r-- | doc/src/sgml/release.sgml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 17fa109a409..5c8abc3792b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:53 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.6 2003/11/15 20:01:20 tgl Exp $ --> <appendix id="release"> @@ -113,7 +113,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 <para> Simple SQL functions can now be inlined by including their SQL in the main query. This improves performance by eliminating - per-call overhead. That means, simple SQL functions now + per-call overhead. That means simple SQL functions now behave like macros. </para> </listitem> @@ -149,7 +149,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 <varlistentry> <term> - Make free space map to efficiently reuse empty index pages, + Make free space map efficiently reuse empty index pages, and other free space management improvements </term> @@ -157,7 +157,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 <para> In previous releases, B-tree index pages that were left empty because of deleted rows could only be reused by rows with - index values similar to the original rows indexed on that + index values similar to the rows originally indexed on that page. In 7.4, <command>VACUUM</command> records empty index pages and allows them to be reused for any future index rows. </para> @@ -180,7 +180,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 <varlistentry> <term> - Cursors conform more closely with the SQL standard + Cursors conform more closely to the SQL standard </term> <listitem> @@ -199,7 +199,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 <listitem> <para> - These cursors are also called holdable cursors + These cursors are also called holdable cursors. </para> </listitem> </varlistentry> @@ -315,7 +315,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 release. Significant effort was invested to make the messages more consistent and user-oriented. If your applications try to detect different error conditions by parsing the error message, - you are strongly encourage to use the new error code facility. + you are strongly encouraged to use the new error code facility instead. </para> </listitem> @@ -568,8 +568,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.5 2003/11/15 01:16:5 <listitem> <para>Improve GEQO optimizer performance (Tom)</para> <para> - There were several inefficiencies in the way the GEQO optimizer - managed potential query paths. This release fixes this. + This release fixes several inefficiencies in the way the GEQO optimizer + manages potential query paths. </para> </listitem> |
