diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index c293e80861b..3f962395ed6 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -141,7 +141,7 @@
Change string_to_array()>
- to return an empty array for for a zero-length string (Pavel
+ to return an empty array for a zero-length string (Pavel
Stehule)
@@ -185,7 +185,7 @@
- Require superuser or CREATEROLE> permissions to
+ Require superuser or CREATEROLE> permissions in order to
set role comments (Tom Lane)
@@ -333,9 +333,9 @@
This is a read-only permission used for streaming replication
- and allows non-super users to initiate replication connections.
- Previously only super-users could initiate replication
- connections; super-users have this permission by default.
+ and allows non-superusers to initiate replication connections.
+ Previously only superusers could initiate replication
+ connections; superusers have this permission by default.
@@ -355,7 +355,7 @@
- This reports that status of all connected standby servers.
+ This reports the status of all connected standby servers.
@@ -368,7 +368,7 @@
This returns the time on the primary that generated the most
- recently commit or abort record applied on the standby.
+ recent commit or abort record applied on the standby.
@@ -413,8 +413,8 @@
Add recovery.conf> setting pause_at_recovery_target
- to pause> recovery at target (Simon Riggs)
+ linkend="pause-at-recovery-target">pause_at_recovery_target>
+ to pause recovery at target (Simon Riggs)
@@ -573,7 +573,7 @@
- Support they keyword 'all' in the host column of pg_hba.conf>
(Peter Eisentraut)
@@ -657,7 +657,7 @@
- This are like the database-wide statistics counter views but
+ These are like the database-wide statistics counter views but
reflect counts for only the current transaction.
@@ -787,7 +787,7 @@
- Specifically, let SELECT> query results be feed
+ Specifically, let SELECT> query results be fed
into INSERT>, UPDATE>, DELETE>
statements.
@@ -869,7 +869,7 @@
Allow new values to be added to an existing enum type via
- ALTER TYPE>(Andrew
+ ALTER TYPE> (Andrew
Dunstan)
@@ -1406,7 +1406,7 @@
Allow public> as a pseudo-role name in has_table_privilege()>
- and and related functions (Alvaro Herrera)
+ and related functions (Alvaro Herrera)
@@ -1478,7 +1478,7 @@
Add FOREACH IN
- ARRAY> to plpgsql to allow array interation (Pavel
+ ARRAY> to plpgsql to allow array iteration (Pavel
Stehule)
@@ -2145,7 +2145,7 @@
- Previously a empty-array query that used an index might return
+ Previously an empty-array query that used an index might return
different results from one that used a sequential scan.