diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-03-09 00:06:02 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-03-09 00:06:02 -0500 |
commit | 26ed3fdb4553a0e52c8534292de0f39bfc2c5022 (patch) | |
tree | b4b7ad65fc850a82161eb4cbc6e5e63417cb3334 | |
parent | f14ae5f905282109c9a2571c2048c564004f24c5 (diff) | |
download | postgresql-26ed3fdb4553a0e52c8534292de0f39bfc2c5022.tar.gz postgresql-26ed3fdb4553a0e52c8534292de0f39bfc2c5022.zip |
Make alpha release notes more consistent as regards periods.
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index d14a2dce560..7b742e54550 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -244,7 +244,7 @@ <listitem> <para> <emphasis>Allow a table's row type to be cast to the table's supertype - if it's a type table.</emphasis> + if it's a type table</emphasis> </para> <para> This is analagous to the existing facility that allows casting a row @@ -255,7 +255,7 @@ <listitem> <para> <emphasis>Make foreign data wrappers functional, and support FOREIGN - TABLEs.</emphasis> + TABLEs</emphasis> </para> <para> Foreign tables are component of SQL/MED, and provide a framework to @@ -267,14 +267,14 @@ <listitem> <para> <emphasis>Allow a unique or primary key constraint to be created - using an existing index.</emphasis> + using an existing index</emphasis> </para> </listitem> <listitem> <para> <emphasis>Implement Serializable Snapshot Isolation, in order to - provide a more robust serializable transaction mode.</emphasis> + provide a more robust serializable transaction mode</emphasis> </para> <para> In previous releases, the REPEATABLE READ and SERIALIZABLE isolation @@ -308,7 +308,7 @@ <listitem> <para> - <emphasis>Teach ALTER TABLE .. SET DATA TYPE to avoid a table write + <emphasis>Teach ALTER TABLE ... SET DATA TYPE to avoid a table write in some cases where it isn't necessary </emphasis> </para> @@ -390,7 +390,7 @@ <listitem> <para> - <emphasis>Support unlogged tables.</emphasis> + <emphasis>Support unlogged tables</emphasis> </para> <para> The contents of an unlogged table are not WAL-logged; thus, they @@ -402,7 +402,7 @@ <listitem> <para> - <emphasis>Hash joins now support right and full outer joins.</emphasis> + <emphasis>Hash joins now support right and full outer joins</emphasis> </para> <para> Previously, full joins could be implemented only as a merge join, @@ -599,8 +599,7 @@ <listitem> <para> - Support host names and host key - word <literal>all</literal> + Support host names and host key word <literal>all</literal> in <filename>pg_hba.conf</filename> </para> </listitem> @@ -666,7 +665,7 @@ <para> <emphasis>When an autovacuum worker (other than one performing an anti-wraparound vacuum) is unable to obtain a lock on the target - relation without blocking, skip the relation.</emphasis> + relation without blocking, skip the relation</emphasis> </para> <para> This avoids pinning down an autovacuum worker. The next autovacuum @@ -712,7 +711,7 @@ <listitem> <para> - <emphasis>Add REPLICATION privilege for ROLEs.</emphasis> + <emphasis>Add REPLICATION privilege for ROLEs</emphasis> </para> <para> This makes it possible for replication to be performed by a @@ -799,7 +798,7 @@ <listitem> <para> <emphasis>Change pg_last_xlog_receive_location not to move - backwards.</emphasis> + backwards</emphasis> </para> </listitem> |