9.3 release notes: add markup for text
authorBruce Momjian <bruce@momjian.us>
Fri, 3 May 2013 18:48:12 +0000 (14:48 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 3 May 2013 18:48:24 +0000 (14:48 -0400)
Still need to add links for new features.

doc/src/sgml/release-9.3.sgml
doc/src/sgml/release.sgml

index b371542fa99e86b2a728f1163794e99f0a6cb9ad..a6bc1b343f64d29471c63f7f8a5fc193813a8c1d 100644 (file)
 
        <para>
         This improves concurrency and reduces the probability of deadlocks.
-        UPDATEs on non-key columns use the new SELECT FOR NO KEY UPDATE lock
-        type, and foreign key checks use the new SELECT FOR KEY SHARE lock mode.
+        <command>UPDATE</>s on non-key columns use the new <command>SELECT
+        FOR NO KEY UPDATE</> lock type, and foreign key checks use the
+        new <command>SELECT FOR KEY SHARE</> lock mode.
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Add configuration variable lock_timeout to limit lock wait duration
-        (Zolt&aacute;n B&ouml;sz&ouml;rm&eacute;nyi)
+        Add configuration variable <varname>lock_timeout</> to limit lock
+        wait duration (Zolt&aacute;n B&ouml;sz&ouml;rm&eacute;nyi)
        </para>
       </listitem>
 
@@ -91,8 +92,9 @@
        </para>
 
        <para>
-        This speeds lock release at statement completion in transactions
-        that hold many locks; it is particularly useful for pg_dump.
+        This speeds lock release at statement completion in
+        transactions that hold many locks; it is particularly useful
+        for <application>pg_dump</>.
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Add SP-GiST support for range data types (Alexander Korotkov)
+        Add <type>SP-GiST</> support for range data types (Alexander Korotkov)
        </para>
       </listitem>
 
       <listitem>
        <para>
-        Allow unlogged GiST indexes (Jeevan Chalke)
+        Allow unlogged <type>GiST</> indexes (Jeevan Chalke)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Add COPY FREEZE option to avoid the overhead of later marking
-        tuples as committed (Simon Riggs, Jeff Davis)
+        Add <command>COPY FREEZE</> opti