1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.242 2003/11/15 20: 01:11 tgl Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -113,7 +113,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
113
113
<para>
114
114
Simple SQL functions can now be inlined by including their SQL
115
115
in the main query. This improves performance by eliminating
116
- per-call overhead. That means, simple SQL functions now
116
+ per-call overhead. That means simple SQL functions now
117
117
behave like macros.
118
118
</para>
119
119
</listitem>
@@ -149,15 +149,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
149
149
150
150
<varlistentry>
151
151
<term>
152
- Make free space map to efficiently reuse empty index pages,
152
+ Make free space map efficiently reuse empty index pages,
153
153
and other free space management improvements
154
154
</term>
155
155
156
156
<listitem>
157
157
<para>
158
158
In previous releases, B-tree index pages that were left empty
159
159
because of deleted rows could only be reused by rows with
160
- index values similar to the original rows indexed on that
160
+ index values similar to the rows originally indexed on that
161
161
page. In 7.4, <command>VACUUM</command> records empty index
162
162
pages and allows them to be reused for any future index rows.
163
163
</para>
@@ -180,7 +180,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
180
180
181
181
<varlistentry>
182
182
<term>
183
- Cursors conform more closely with the SQL standard
183
+ Cursors conform more closely to the SQL standard
184
184
</term>
185
185
186
186
<listitem>
@@ -199,7 +199,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
199
199
200
200
<listitem>
201
201
<para>
202
- These cursors are also called holdable cursors
202
+ These cursors are also called holdable cursors.
203
203
</para>
204
204
</listitem>
205
205
</varlistentry>
@@ -315,7 +315,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
315
315
release. Significant effort was invested to make the messages
316
316
more consistent and user-oriented. If your applications try to
317
317
detect different error conditions by parsing the error message,
318
- you are strongly encourage to use the new error code facility.
318
+ you are strongly encouraged to use the new error code facility instead .
319
319
</para>
320
320
</listitem>
321
321
@@ -568,8 +568,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.241 2003/11/15 01:16:37 pe
568
568
<listitem>
569
569
<para>Improve GEQO optimizer performance (Tom)</para>
570
570
<para>
571
- There were several inefficiencies in the way the GEQO optimizer
572
- managed potential query paths. This release fixes this .
571
+ This release fixes several inefficiencies in the way the GEQO optimizer
572
+ manages potential query paths.
573
573
</para>
574
574
</listitem>
575
575
0 commit comments