[release-notes] Adjust sementic markup on Database_Servers

John J. McDonough jjmcd at fedoraproject.org
Wed Mar 21 17:46:13 UTC 2012


commit 447385ee8c3dd9c933fd118350e2864ce6ded0d0
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Wed Mar 21 13:45:53 2012 -0400

    Adjust sementic markup on Database_Servers

 en-US/Database_Servers.xml |   75 +++++++++++++++++++++++++-------------------
 1 files changed, 43 insertions(+), 32 deletions(-)
---
diff --git a/en-US/Database_Servers.xml b/en-US/Database_Servers.xml
index a6ad8af..57ee2e0 100644
--- a/en-US/Database_Servers.xml
+++ b/en-US/Database_Servers.xml
@@ -28,9 +28,11 @@
     <warning>
       <title>Potentially Incompatible Change</title>
       <para>
-	If you rely on the information_schema.referential_constraints
-	view, or if you have columns of type citext, you may need to
-	take special action. Refer to <ulink
+	If you rely on the
+	<parameter>information_schema.referential_constraints</parameter>
+	view, or if you have columns of type
+	<parameter>citext</parameter>, you may need to take special
+	action. Refer to <ulink
 	url="http://www.postgresql.org/docs/9.1/static/release-9-1-2.html"
 	/>.
       </para>
@@ -49,9 +51,10 @@
     <warning>
       <title>Potentially Incompatible Change</title>
       <para>
-	If a search token (on the right-hand side of the MATCH
-	operator) in FTS4 begins with "^" then that token must be the
-	first in its field of the document.
+	If a search token (on the right-hand side of the
+	<command>MATCH</command> operator) in FTS4 begins with "^"
+	then that token must be the first in its field of the
+	document.
       </para>
     </warning>      
     <para>
@@ -60,8 +63,8 @@
 	<listitem>
 	  
 	  <para>
-	    Orders of magnitude performance improvement for CREATE
-	    INDEX on very large tables.
+	    Orders of magnitude performance improvement for
+	    <command>CREATE INDEX</command> on very large tables.
 	  </para>
 	</listitem>
 	<listitem>
@@ -74,8 +77,8 @@
 	<listitem>
 	  
 	  <para>
-	    Improved query plan optimization when the DISTINCT keyword
-	    is present.
+	    Improved query plan optimization when the
+	    <command>DISTINCT</command> keyword is present.
 	  </para>
 	</listitem>
 	<listitem>
@@ -95,47 +98,53 @@
 	<listitem>
 	  
 	  <para>
-	    Enhancements to the test_quota.c module so that it can
-	    track preexisting files.
+	    Enhancements to the <filename>test_quota.c</filename>
+	    module so that it can track preexisting files.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
-	    Added options SQLITE_DBSTATUS_CACHE_HIT and
-	    SQLITE_DBSTATUS_CACHE_MISS to the sqlite3_db_status()
-	    interface.
+	    Added options <command>SQLITE_DBSTATUS_CACHE_HIT</command>
+	    and <command>SQLITE_DBSTATUS_CACHE_MISS</command> to the
+	    <function>sqlite3_db_status()</function> interface.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
-	    Removed support for SQLITE_ENABLE_STAT2, replacing it with
-	    the much more capable SQLITE_ENABLE_STAT3 option.
+	    Removed support for
+	    <command>SQLITE_ENABLE_STAT2</command>, replacing it with
+	    the much more capable
+	    <command>SQLITE_ENABLE_STAT3</command> option.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
-	    Enhancements to the sqlite3_analyzer utility program,
-	    including the --pageinfo and --stats options and support
-	    for multiplexed databases.
+	    Enhancements to the
+	    <application>sqlite3_analyzer</application> utility
+	    program, including the <command>--pageinfo</command> and
+	    <command>--stats</command> options and support for
+	    multiplexed databases.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
-	    Enhance the sqlite3_data_count() interface so that it can
-	    be used to determine if SQLITE_DONE has been seen on the
+	    Enhance the <function>sqlite3_data_count()</function>
+	    interface so that it can be used to determine if
+	    <command>SQLITE_DONE</command> has been seen on the
 	    prepared statement.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
-	    Added the SQLITE_FCNTL_OVERWRITE file-control by which the
-	    SQLite core indicates to the VFS that the current
-	    transaction will overwrite the entire database file.
+	    Added the <command>SQLITE_FCNTL_OVERWRITE</command>
+	    file-control by which the SQLite core indicates to the VFS
+	    that the current transaction will overwrite the entire
+	    database file.
 	  </para>
 	</listitem>
 	<listitem>
@@ -149,24 +158,26 @@
 	  
 	  <para>
 	    Enhanced the query planner so that it can factor terms in
-	    and out of OR expressions in the WHERE clause in an effort
-	    to find better indices.
+	    and out of <command>OR</command> expressions in the
+	    <command>WHERE</command> clause in an effort to find
+	    better indices.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
-	    Added the SQLITE_DIRECT_OVERFLOW_READ compile-time option,
-	    causing overflow pages to be read directly from the
-	    database file, bypassing the page cache.
+	    Added the <command>SQLITE_DIRECT_OVERFLOW_READ</command>
+	    compile-time option, causing overflow pages to be read
+	    directly from the database file, bypassing the page cache.
 	  </para>
 	</listitem>
 	<listitem>
 	  
 	  <para>
 	    Remove limits on the magnitude of precision and width
-	    value in the format specifiers of the sqlite3_mprintf()
-	    family of string rendering routines.
+	    value in the format specifiers of the
+	    <function>sqlite3_mprintf()</function> family of string
+	    rendering routines.
 	  </para>
 	</listitem>
       </itemizedlist>


More information about the docs-commits mailing list