From 990fe113bdba3b61c63b23ead03ed442883ac3b7 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 27 Mar 2009 01:44:30 +0000
Subject: [PATCH] Second batch of release note fixes by Guillaume Smet

---
 doc/src/sgml/release.sgml | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 4d8f313fbbc..7d0ac86b97d 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.604 2009/03/27 01:26:36 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.605 2009/03/27 01:44:30 momjian Exp $ -->
 <!--
 
 Typical markup:
@@ -800,7 +800,7 @@ do it for earlier branch release files.
      <listitem>
       <para>
        Allow recovery.conf boolean variables to take the same range of string
-       alues as postgresql.conf (Bruce)
+       values as postgresql.conf (Bruce)
       </para>
      </listitem>
 
@@ -898,7 +898,7 @@ do it for earlier branch release files.
 
      <listitem>
       <para>
-       Add support for Unicode sting and identifier specifications using code
+       Add support for Unicode string and identifier specifications using code
        points, e.g. U&'d\0061t\+000061' (Peter)
       </para>
      </listitem>
@@ -1162,8 +1162,8 @@ do it for earlier branch release files.
 
      <listitem>
       <para>
-       Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view
-       (Robert Haas)
+       Allow CREATE OR REPLACE VIEW to add columns to the <emphasis>end</>
+       of the view (Robert Haas)
       </para>
      </listitem>
 
@@ -1329,7 +1329,7 @@ do it for earlier branch release files.
       </para>
 
       <para>
-       Autovacuum options uses to be stored in a system table.
+       Autovacuum options used to be stored in a system table.
       </para>
      </listitem>
 
@@ -2064,7 +2064,7 @@ do it for earlier branch release files.
       </para>
 
       <para>
-       Allows dumps to fail if unable to acquire shared table within the
+       Allows dumps to fail if unable to acquire shared lock within the
        specified amount of time.
       </para>
      </listitem>
@@ -2339,8 +2339,13 @@ do it for earlier branch release files.
       </para>
 
       <para>
-       Add configure option --disable-float4-byval to use the old behavior.
-                                                                                tgl
+       Add configure option --disable-float4-byval to use the old
+       behavior.
+      </para>
+     </listitem>
+
+     <listitem>
+      <para>
        Pass float8 and int8 by value in the server where possible (Zoltan
        Boszormenyi)
       </para>
@@ -2521,7 +2526,7 @@ do it for earlier branch release files.
 
      <listitem>
       <para>
-       Add duration option to /contrib/pgbench (Takahiro Itagaki)
+       Add duration option to /contrib/pgbench (ITAGAKI Takahiro)
       </para>
      </listitem>
 
-- 
GitLab