Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f96ae6

Browse files
committed
Misc minor fixes to 9.1 release notes
Thom Brown
1 parent08607c9 commit0f96ae6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

‎doc/src/sgml/release-9.1.sgml

Lines changed: 16 additions & 16 deletions
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 forfora 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</> permissionsin orderto
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 onlysuper-users could initiate replication
338-
connections;super-users have this permission by default.
336+
and allows non-superusers to initiate replication connections.
337+
Previously onlysuperusers 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 reportsthat status of all connected standby servers.
358+
This reportsthe 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-
Supportthey keyword 'all' in the host column of <link
576+
Supportthe 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 befeed
790+
Specifically, let <command>SELECT</> query results befed
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-
andandrelated 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 arrayinteration (Pavel
1481+
ARRAY</></link> to plpgsql to allow arrayiteration (Pavel
14821482
Stehule)
14831483
</para>
14841484

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

21472147
<para>
2148-
Previouslya empty-array query that used an index might return
2148+
Previouslyan 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)

[8]ページ先頭

©2009-2025 Movatter.jp