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

Commit 0f96ae6

Browse files
committed
Misc minor fixes to 9.1 release notes
Thom Brown
1 parent 08607c9 commit 0f96ae6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/src/sgml/release-9.1.sgml

+16-16
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<para>
142142
Change <link
143143
linkend="array-functions-table"><function>string_to_array()</></link>
144-
to return an empty array for for a zero-length string (Pavel
144+
to return an empty array for a zero-length string (Pavel
145145
Stehule)
146146
</para>
147147

@@ -185,7 +185,7 @@
185185

186186
<listitem>
187187
<para>
188-
Require superuser or <literal>CREATEROLE</> permissions to
188+
Require superuser or <literal>CREATEROLE</> permissions in order to
189189
set role comments (Tom Lane)
190190
</para>
191191
</listitem>
@@ -333,9 +333,9 @@
333333

334334
<para>
335335
This is a read-only permission used for streaming replication
336-
and allows non-super users to initiate replication connections.
337-
Previously only super-users could initiate replication
338-
connections; super-users have this permission by default.
336+
and allows non-superusers to initiate replication connections.
337+
Previously only superusers could initiate replication
338+
connections; superusers have this permission by default.
339339
</para>
340340
</listitem>
341341

@@ -355,7 +355,7 @@
355355
</para>
356356

357357
<para>
358-
This reports that status of all connected standby servers.
358+
This reports the status of all connected standby servers.
359359
</para>
360360
</listitem>
361361

@@ -368,7 +368,7 @@
368368

369369
<para>
370370
This returns the time on the primary that generated the most
371-
recently commit or abort record applied on the standby.
371+
recent commit or abort record applied on the standby.
372372
</para>
373373
</listitem>
374374

@@ -413,8 +413,8 @@
413413
<listitem>
414414
<para>
415415
Add <filename>recovery.conf</> setting <link
416-
linkend="pause-at-recovery-target"><varname>pause_at_recovery_target
417-
to pause</></link> recovery at target (Simon Riggs)
416+
linkend="pause-at-recovery-target"><varname>pause_at_recovery_target</></link>
417+
to pause recovery at target (Simon Riggs)
418418
</para>
419419

420420
<para>
@@ -573,7 +573,7 @@
573573

574574
<listitem>
575575
<para>
576-
Support they keyword 'all' in the host column of <link
576+
Support the keyword 'all' in the host column of <link
577577
linkend="auth-pg-hba-conf"><filename>pg_hba.conf</></link>
578578
(Peter Eisentraut)
579579
</para>
@@ -657,7 +657,7 @@
657657
</para>
658658

659659
<para>
660-
This are like the database-wide statistics counter views but
660+
These are like the database-wide statistics counter views but
661661
reflect counts for only the current transaction.
662662
</para>
663663
</listitem>
@@ -787,7 +787,7 @@
787787
</para>
788788

789789
<para>
790-
Specifically, let <command>SELECT</> query results be feed
790+
Specifically, let <command>SELECT</> query results be fed
791791
into <command>INSERT</>, <command>UPDATE</>, <command>DELETE</>
792792
statements.
793793
</para>
@@ -869,7 +869,7 @@
869869
<listitem>
870870
<para>
871871
Allow new values to be added to an existing enum type via
872-
<link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link>(Andrew
872+
<link linkend="SQL-ALTERTYPE"><command>ALTER TYPE</></link> (Andrew
873873
Dunstan)
874874
</para>
875875
</listitem>
@@ -1406,7 +1406,7 @@
14061406
<para>
14071407
Allow <literal>public</> as a pseudo-role name in <link
14081408
linkend="functions-info-access-table"><function>has_table_privilege()</></link>
1409-
and and related functions (Alvaro Herrera)
1409+
and related functions (Alvaro Herrera)
14101410
</para>
14111411

14121412
<para>
@@ -1478,7 +1478,7 @@
14781478
<listitem>
14791479
<para>
14801480
Add <link linkend="plpgsql-foreach-array"><command>FOREACH IN
1481-
ARRAY</></link> to plpgsql to allow array interation (Pavel
1481+
ARRAY</></link> to plpgsql to allow array iteration (Pavel
14821482
Stehule)
14831483
</para>
14841484

@@ -2145,7 +2145,7 @@
21452145
</para>
21462146

21472147
<para>
2148-
Previously a empty-array query that used an index might return
2148+
Previously an empty-array query that used an index might return
21492149
different results from one that used a sequential scan.
21502150
</para>
21512151
</listitem>

0 commit comments

Comments
 (0)