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

Commit 26ed3fd

Browse files
committed
Make alpha release notes more consistent as regards periods.
1 parent f14ae5f commit 26ed3fd

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

doc/src/sgml/release-9.1.sgml

+11-12
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<listitem>
245245
<para>
246246
<emphasis>Allow a table's row type to be cast to the table's supertype
247-
if it's a type table.</emphasis>
247+
if it's a type table</emphasis>
248248
</para>
249249
<para>
250250
This is analagous to the existing facility that allows casting a row
@@ -255,7 +255,7 @@
255255
<listitem>
256256
<para>
257257
<emphasis>Make foreign data wrappers functional, and support FOREIGN
258-
TABLEs.</emphasis>
258+
TABLEs</emphasis>
259259
</para>
260260
<para>
261261
Foreign tables are component of SQL/MED, and provide a framework to
@@ -267,14 +267,14 @@
267267
<listitem>
268268
<para>
269269
<emphasis>Allow a unique or primary key constraint to be created
270-
using an existing index.</emphasis>
270+
using an existing index</emphasis>
271271
</para>
272272
</listitem>
273273

274274
<listitem>
275275
<para>
276276
<emphasis>Implement Serializable Snapshot Isolation, in order to
277-
provide a more robust serializable transaction mode.</emphasis>
277+
provide a more robust serializable transaction mode</emphasis>
278278
</para>
279279
<para>
280280
In previous releases, the REPEATABLE READ and SERIALIZABLE isolation
@@ -308,7 +308,7 @@
308308

309309
<listitem>
310310
<para>
311-
<emphasis>Teach ALTER TABLE .. SET DATA TYPE to avoid a table write
311+
<emphasis>Teach ALTER TABLE ... SET DATA TYPE to avoid a table write
312312
in some cases where it isn't necessary
313313
</emphasis>
314314
</para>
@@ -390,7 +390,7 @@
390390

391391
<listitem>
392392
<para>
393-
<emphasis>Support unlogged tables.</emphasis>
393+
<emphasis>Support unlogged tables</emphasis>
394394
</para>
395395
<para>
396396
The contents of an unlogged table are not WAL-logged; thus, they
@@ -402,7 +402,7 @@
402402

403403
<listitem>
404404
<para>
405-
<emphasis>Hash joins now support right and full outer joins.</emphasis>
405+
<emphasis>Hash joins now support right and full outer joins</emphasis>
406406
</para>
407407
<para>
408408
Previously, full joins could be implemented only as a merge join,
@@ -599,8 +599,7 @@
599599

600600
<listitem>
601601
<para>
602-
Support host names and host key
603-
word <literal>all</literal>
602+
Support host names and host key word <literal>all</literal>
604603
in <filename>pg_hba.conf</filename>
605604
</para>
606605
</listitem>
@@ -666,7 +665,7 @@
666665
<para>
667666
<emphasis>When an autovacuum worker (other than one performing an
668667
anti-wraparound vacuum) is unable to obtain a lock on the target
669-
relation without blocking, skip the relation.</emphasis>
668+
relation without blocking, skip the relation</emphasis>
670669
</para>
671670
<para>
672671
This avoids pinning down an autovacuum worker. The next autovacuum
@@ -712,7 +711,7 @@
712711

713712
<listitem>
714713
<para>
715-
<emphasis>Add REPLICATION privilege for ROLEs.</emphasis>
714+
<emphasis>Add REPLICATION privilege for ROLEs</emphasis>
716715
</para>
717716
<para>
718717
This makes it possible for replication to be performed by a
@@ -799,7 +798,7 @@
799798
<listitem>
800799
<para>
801800
<emphasis>Change pg_last_xlog_receive_location not to move
802-
backwards.</emphasis>
801+
backwards</emphasis>
803802
</para>
804803
</listitem>
805804

0 commit comments

Comments
 (0)