Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 990fe11

Browse files
committed
Second batch of release note fixes by Guillaume Smet
1 parent 03f625d commit 990fe11

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

doc/src/sgml/release.sgml

+15-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.604 2009/03/27 01:26:36 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.605 2009/03/27 01:44:30 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -800,7 +800,7 @@ do it for earlier branch release files.
800800
<listitem>
801801
<para>
802802
Allow recovery.conf boolean variables to take the same range of string
803-
alues as postgresql.conf (Bruce)
803+
values as postgresql.conf (Bruce)
804804
</para>
805805
</listitem>
806806

@@ -898,7 +898,7 @@ do it for earlier branch release files.
898898

899899
<listitem>
900900
<para>
901-
Add support for Unicode sting and identifier specifications using code
901+
Add support for Unicode string and identifier specifications using code
902902
points, e.g. U&'d\0061t\+000061' (Peter)
903903
</para>
904904
</listitem>
@@ -1162,8 +1162,8 @@ do it for earlier branch release files.
11621162

11631163
<listitem>
11641164
<para>
1165-
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view
1166-
(Robert Haas)
1165+
Allow CREATE OR REPLACE VIEW to add columns to the <emphasis>end</>
1166+
of the view (Robert Haas)
11671167
</para>
11681168
</listitem>
11691169

@@ -1329,7 +1329,7 @@ do it for earlier branch release files.
13291329
</para>
13301330

13311331
<para>
1332-
Autovacuum options uses to be stored in a system table.
1332+
Autovacuum options used to be stored in a system table.
13331333
</para>
13341334
</listitem>
13351335

@@ -2064,7 +2064,7 @@ do it for earlier branch release files.
20642064
</para>
20652065

20662066
<para>
2067-
Allows dumps to fail if unable to acquire shared table within the
2067+
Allows dumps to fail if unable to acquire shared lock within the
20682068
specified amount of time.
20692069
</para>
20702070
</listitem>
@@ -2339,8 +2339,13 @@ do it for earlier branch release files.
23392339
</para>
23402340

23412341
<para>
2342-
Add configure option --disable-float4-byval to use the old behavior.
2343-
tgl
2342+
Add configure option --disable-float4-byval to use the old
2343+
behavior.
2344+
</para>
2345+
</listitem>
2346+
2347+
<listitem>
2348+
<para>
23442349
Pass float8 and int8 by value in the server where possible (Zoltan
23452350
Boszormenyi)
23462351
</para>
@@ -2521,7 +2526,7 @@ do it for earlier branch release files.
25212526

25222527
<listitem>
25232528
<para>
2524-
Add duration option to /contrib/pgbench (Takahiro Itagaki)
2529+
Add duration option to /contrib/pgbench (ITAGAKI Takahiro)
25252530
</para>
25262531
</listitem>
25272532

0 commit comments

Comments
 (0)