Skip to content

Commit 04c779d

Browse files
committed
Fix markup so that 'make HISTORY' works. A couple very minor
editorial improvements.
1 parent 0f1ac2d commit 04c779d

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

doc/src/sgml/release.sgml

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.596 2009/03/26 02:48:53 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.597 2009/03/26 03:46:14 tgl Exp $ -->
22
<!--
33

44
Typical markup:
@@ -68,7 +68,7 @@ do it for earlier branch release files.
6868

6969
<note>
7070
<title>Release date</title>
71-
<simpara>2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16</simpara>
71+
<simpara>2009-XX-XX, ITEMS CURRENT AS OF 2009-03-16</simpara>
7272
</note>
7373

7474
<sect2>
@@ -155,13 +155,13 @@ do it for earlier branch release files.
155155

156156
<listitem>
157157
<para>
158-
Disable appending of the epoch date/time when '%' escapes are missing in
159-
log_filename (Robert Haas)
158+
Disable appending of the epoch date/time when no '%' escapes are
159+
present in log_filename (Robert Haas)
160160
</para>
161161

162162
<para>
163-
This change was made because some users wanted a consistent log
164-
filename.
163+
This change was made because some users wanted a constant log filename,
164+
for use with an external log rotation tool.
165165
</para>
166166
</listitem>
167167

@@ -304,8 +304,8 @@ do it for earlier branch release files.
304304

305305
<listitem>
306306
<para>
307-
Throw an error of an escape character is the last character in a LIKE
308-
pattern (nothing to escape) (Tom)
307+
Throw an error if an escape character is the last character in a LIKE
308+
pattern (it has nothing to escape) (Tom)
309309
</para>
310310
</listitem>
311311

@@ -350,8 +350,8 @@ do it for earlier branch release files.
350350

351351
<listitem>
352352
<para>
353-
Remove ~=~ and ~<>~ operators used for LIKE index comparisons (Tom) bjm:
354-
needed?
353+
Remove ~=~ and ~&lt;&gt;~ operators used for LIKE index comparisons
354+
(Tom) bjm: needed?
355355
</para>
356356

357357
<para>
@@ -543,7 +543,7 @@ do it for earlier branch release files.
543543

544544
<listitem>
545545
<para>
546-
Add postgresql.conf setting cursor_tuple_fraction to control the
546+
Add postgresql.conf setting cursor_tuple_fraction to control the
547547
fraction of a cursor's rows expected to be requested by the user (Robert
548548
Hell)
549549
</para>
@@ -937,7 +937,7 @@ do it for earlier branch release files.
937937

938938
<listitem>
939939
<para>
940-
OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY.
940+
OFFSET num {ROW|ROWS} FETCH {FIRST|NEXT} [num] {ROW|ROWS} ONLY.
941941
</para>
942942
</listitem>
943943

@@ -971,7 +971,7 @@ do it for earlier branch release files.
971971

972972
<listitem>
973973
<para>
974-
New syntax supported (these formerly required "ALTER TABLE")
974+
New syntax supported (these formerly required "ALTER TABLE")
975975
</para>
976976
</listitem>
977977

@@ -985,17 +985,17 @@ do it for earlier branch release files.
985985
</listitem>
986986
<listitem>
987987
<para>
988-
ALTER VIEW ALTER COLUMN SET/DROP DEFAULT
988+
ALTER VIEW ALTER COLUMN SET/DROP DEFAULT
989989
</para>
990990
</listitem>
991991
<listitem>
992992
<para>
993-
ALTER VIEW OWNER TO
993+
ALTER VIEW OWNER TO
994994
</para>
995995
</listitem>
996996
<listitem>
997997
<para>
998-
ALTER VIEW SET SCHEMA
998+
ALTER VIEW SET SCHEMA
999999
</para>
10001000
</listitem>
10011001
</itemizedlist>
@@ -1181,14 +1181,13 @@ do it for earlier branch release files.
11811181

11821182
<para>
11831183
Previously EXPLAIN VERBOSE output an internal representation of the
1184-
output columns.
1184+
query plan. (That behavior is now available via debug_print_plan.)
11851185
</para>
11861186
</listitem>
11871187

11881188
<listitem>
11891189
<para>
1190-
Have EXPLAIN honor debug_print_plan (Tom) bjm: verify behavior, this
1191-
replaces EXPLAIN VERBOSE?
1190+
Have EXPLAIN honor debug_print_plan (Tom)
11921191
</para>
11931192
</listitem>
11941193

@@ -1209,11 +1208,11 @@ do it for earlier branch release files.
12091208
<listitem>
12101209
<para>
12111210
Dramatically improve the speed of building and accessing hash indexes
1212-
(Tom Raney, Shreya Bhargava, Kenneth Marshall, Tom)
1211+
(Tom Raney, Shreya Bhargava, Kenneth Marshall)
12131212
</para>
12141213

12151214
<para>
1216-
This allows hash indexes to be often faster than btree indexes.
1215+
This allows hash indexes to be sometimes faster than btree indexes.
12171216
However, hash indexes are still not crash-safe.
12181217
</para>
12191218
</listitem>
@@ -1810,23 +1809,23 @@ do it for earlier branch release files.
18101809
<itemizedlist>
18111810
<listitem>
18121811
<para>
1813-
Support DETAIL and HINT fields
1812+
Support DETAIL and HINT fields
18141813
</para>
18151814
</listitem>
18161815
<listitem>
18171816
<para>
1818-
Support SQLSTATE error codes
1817+
Support SQLSTATE error codes
18191818
</para>
18201819
</listitem>
18211820
<listitem>
18221821
<para>
1823-
Support an exception name parameter
1822+
Support an exception name parameter
18241823
</para>
18251824
</listitem>
18261825
<listitem>
18271826
<para>
1828-
Allow RAISE without parameters in an exception
1829-
block to rethrow the current error
1827+
Allow RAISE without parameters in an exception
1828+
block to rethrow the current error
18301829
</para>
18311830
</listitem>
18321831
</itemizedlist>

0 commit comments

Comments
 (0)