Properly capitalize hyphenated words in documentation titles.
authorBruce Momjian
Tue, 1 Feb 2011 22:00:26 +0000 (17:00 -0500)
committerBruce Momjian
Tue, 1 Feb 2011 22:00:26 +0000 (17:00 -0500)
23 files changed:
doc/src/sgml/backup.sgml
doc/src/sgml/biblio.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/config.sgml
doc/src/sgml/dfunc.sgml
doc/src/sgml/earthdistance.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/func.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/lobj.sgml
doc/src/sgml/mvcc.sgml
doc/src/sgml/nls.sgml
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpython.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/syntax.sgml
doc/src/sgml/xaggr.sgml
doc/src/sgml/xfunc.sgml
doc/src/sgml/xoper.sgml
doc/src/sgml/xtypes.sgml

index a461b0ac46af77830548f6fa98ec1a37792801de..dcbb2c86e2400692addd927d9b5fd0eeb86ccfb9 100644 (file)
@@ -428,7 +428,7 @@ tar -cf backup.tar /usr/local/pgsql/data
  
 
  
-  Continuous Archiving and Point-<span class="marked">I</span>n-Time Recovery (PITR)
+  Continuous Archiving and Point-<span class="marked">i</span>n-Time Recovery (PITR)
 
   
    continuous archiving
index edc59bdbb6ad999c2277f77e6d93301bfcd2ef0b..e2cd69d2781dc0a927a7630af06b07d98aac1c9e 100644 (file)
   
 
   
-   PostgreSQL-<span class="marked">S</span>pecific Documentation
+   PostgreSQL-<span class="marked">s</span>pecific Documentation
    This section is for related documentation.
 
    
index f2f3a66ec9df0e3644eabf8ee714cea2065b5f66..a7bb2cd9fe5e76b8007f64e3c386510e4e527418 100644 (file)
@@ -1198,7 +1198,7 @@ omicron         bryanh                  guest1
   
 
   
-   Ident-<span class="marked">B</span>ased Authentication
+   Ident-<span class="marked">b</span>ased Authentication
 
    
     ident
index 141430c56d27c0131e77cdad9dfe95a167951014..9e08c5addd0a0f9d885084f7c44d27b7fa95852a 100644 (file)
@@ -1108,7 +1108,7 @@ SET ENABLE_SEQSCAN TO OFF;
     
 
     
-     Cost-<span class="marked">B</span>ased Vacuum Delay
+     Cost-<span class="marked">b</span>ased Vacuum Delay
 
      
       During the execution of 
@@ -3864,7 +3864,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
    
 
    
-    Run-<span class="marked">T</span>ime Statistics
+    Run-<span class="marked">t</span>ime Statistics
 
     
      Query and Index Statistics Collector
index 155207bd3e4c6e4fe7728de74835d13fc1aef692..bc29fb18cb04a3aedd14898658867e15b6100e17 100644 (file)
@@ -1,7 +1,7 @@
 
 
 
Compiling and Linking Dynamically-<span class="marked">L</span>oaded Functions
Compiling and Linking Dynamically-<span class="marked">l</span>oaded Functions
 
  
   Before you are able to use your
index 2b753da31d901fa6870db946f30fdb65a9fc6b6f..b43907615a86fc2db59a3a9dcaa284a6d3c5010d 100644 (file)
@@ -24,7 +24,7 @@
  
 
  
-  Cube-<span class="marked">B</span>ased Earth Distances
+  Cube-<span class="marked">b</span>ased Earth Distances
 
   
    Data is stored in cubes that are points (both corners are the same) using 3
@@ -59,7 +59,7 @@
   
 
   
-   Cube-<span class="marked">B</span>ased Earthdistance Functions
+   Cube-<span class="marked">b</span>ased Earthdistance Functions
    
     
      
  
 
  
-  Point-<span class="marked">B</span>ased Earth Distances
+  Point-<span class="marked">b</span>ased Earth Distances
 
   
    The second part of the module relies on representing Earth locations as
   
 
   
-   Point-<span class="marked">B</span>ased Earthdistance Operators
+   Point-<span class="marked">b</span>ased Earthdistance Operators
    
     
      
index 37bc43f49a794590b5eb1a770467c8edce44b351..157daff6176f37c31879b2bc8fcf06585e3fb8e4 100644 (file)
@@ -1624,7 +1624,7 @@ while (1)
    
 
    
-    User-<span class="marked">D</span>efined Base Types
+    User-<span class="marked">d</span>efined Base Types
 
     
      New user-defined base types are not directly supported by ECPG.
@@ -7931,7 +7931,7 @@ EXEC SQL CLOSE DATABASE;
   
 
   
-   Informix-<span class="marked">C</span>ompatible SQLDA Descriptor Areas
+   Informix-<span class="marked">c</span>ompatible SQLDA Descriptor Areas
    
     Informix-compatible mode supports a different structure than the one described in
     . See below:
index ed2039c1caed761e5ed7e4925643cd61ab1530cd..28ee62a1de443d606b693eb98d014765cbbbdbb4 100644 (file)
@@ -4350,7 +4350,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
    
 
    
-    Regular Expression Character-<span class="marked">E</span>ntry Escapes
+    Regular Expression Character-<span class="marked">e</span>ntry Escapes
 
     
      
@@ -4478,7 +4478,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
    
 
    
-    Regular Expression Class-<span class="marked">S</span>horthand Escapes
+    Regular Expression Class-<span class="marked">s</span>horthand Escapes
 
     
      
@@ -4672,7 +4672,7 @@ SELECT foo FROM regexp_split_to_table('the quick brown fox', E'\\s*') AS foo;
    
 
    
-    ARE Embedded-<span class="marked">O</span>ption Letters
+    ARE Embedded-<span class="marked">o</span>ption Letters
 
     
      
index aa2c4a63025c73aab28d3c7ee6af55e541dc83bc..f1386b7b5d4c8b5f135a163e6a988d3a37b977c9 100644 (file)
@@ -1524,7 +1524,7 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
    
 
    
-    Client-<span class="marked">O</span>nly installation:
+    Client-<span class="marked">o</span>nly installation:
     
      If you want to install only the client applications and
      interface libraries, then you can use these commands:
@@ -1951,7 +1951,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
  
 
  
-  Platform-<span class="marked">S</span>pecific Notes
+  Platform-<span class="marked">s</span>pecific Notes
 
   
    This section documents additional platform-specific issues
index 46c627b4f4fb125bd860b7e5ede6bd20671f096a..eebc0d6aca1fa8cf2546e661eb7e721bb6a76ad7 100644 (file)
@@ -407,7 +407,7 @@ int lo_unlink(PGconn *conn, Oid lobjId);
 
 
 
-Server-<span class="marked">S</span>ide Functions
+Server-<span class="marked">s</span>ide Functions
 
   
    There are server-side functions callable from SQL that correspond to
index 734bb48634f6efd44a96acf95ba846d3dd418971..152b7466b8be98cde90682fa565da5316a93f581 100644 (file)
@@ -546,7 +546,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
    
 
   
-   Table-<span class="marked">L</span>evel Locks
+   Table-<span class="marked">l</span>evel Locks
 
    
     LOCK
@@ -892,7 +892,7 @@ SELECT SUM(value) FROM mytab WHERE class = 2;
    
 
    
-    Row-<span class="marked">L</span>evel Locks
+    Row-<span class="marked">l</span>evel Locks
 
     
      In addition to table-level locks, there are row-level locks, which
index f92d5893a1ab9a1709a52a1e9dd0e2baac6bfaa3..778bb4b044ce02c40c2748d499a680ecd9f4ece0 100644 (file)
@@ -440,7 +440,7 @@ fprintf(stderr, gettext("panic level %d\n"), lvl);
   
 
   
-   Message-<span class="marked">W</span>riting Guidelines
+   Message-<span class="marked">w</span>riting Guidelines
 
   
    Here are some guidelines for writing messages that are easily
index 0a0f904e227f2279c539261936f621a6d96c884f..a2601e6bc898be99b15be4ae97e818fc350b04fa 100644 (file)
@@ -874,7 +874,7 @@ PERFORM create_mv('cs_session_page_requests_mv', my_query);
    
 
    
-    Executing a Query with a Single-<span class="marked">R</span>ow Result
+    Executing a Query with a Single-<span class="marked">r</span>ow Result
 
     
      SELECT INTO
index 9fc8808776c427b7c7e12f1e6d0946897e89657c..befd6afb15e812d52aa5602271dce4e20a38df38 100644 (file)
@@ -596,7 +596,7 @@ $$ LANGUAGE plpythonu;
   
 
   
-   Set-<span class="marked">R</span>eturning Functions
+   Set-<span class="marked">r</span>eturning Functions
   
    A PL/Python function can also return sets of
    scalar or composite types. There are several ways to achieve this because
index 0775b7a8f4eecf3fa28123a1683e6920fa82c360..73c05edacb472f47468a5698a4d0f90670d40258 100644 (file)
   
 
   
-   Start-<span class="marked">U</span>p
+   Start-<span class="marked">u</span>p
 
    
     To begin a session, a frontend opens a connection to the server and sends
index c1cfee5d692b92cb4dd8ddc690dc095bfac70677..5bffe303364b749a0e72ce07e8ca1808d1ac9de4 100644 (file)
@@ -1369,7 +1369,7 @@ CREATE TABLE employees OF employee_type (
   
 
   
-   Zero-<span class="marked">C</span>olumn Tables
+   Zero-<span class="marked">c</span>olumn Tables
 
    
     PostgreSQL allows a table of no columns
index c6c0e1b5f6faff8292870a5a330b4e946254645a..6c201b61e6a575f4bb2dac781c7d3d975bd10db8 100644 (file)
       
     
     
-      Built-<span class="marked">I</span>n Functions
+      Built-<span class="marked">i</span>n Functions
       
 
        
index 226d616a768987524c383c96c894f0687da19991..5161c8c5f0092bc3ba00e7287235e908ac465c26 100644 (file)
@@ -2099,7 +2099,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
   
 
   
-   Creating a Self-<span class="marked">S</span>igned Certificate
+   Creating a Self-<span class="marked">s</span>igned Certificate
 
    
     To create a quick self-signed certificate for the server, use the
index 482e08a031b9b3451bc131e53b27dc172b84afba..004205f1265dcd89b467fc61ae012b91e0bf714e 100644 (file)
@@ -330,7 +330,7 @@ SELECT 'foo'      'bar';
    
 
    
-    String Constants with C-<span class="marked">S</span>tyle Escapes
+    String Constants with C-<span class="marked">s</span>tyle Escapes
 
      
       escape string syntax
@@ -551,7 +551,7 @@ U&'d!0061t!+000061' UESCAPE '!'
    
 
    
-    Dollar-<span class="marked">Q</span>uoted String Constants
+    Dollar-<span class="marked">q</span>uoted String Constants
 
      
       dollar quoting
@@ -631,7 +631,7 @@ $function$
    
 
    
-    Bit-<span class="marked">S</span>tring Constants
+    Bit-<span class="marked">s</span>tring Constants
 
     
      bit string
index 2dce97fe304f808b390131abc098ab159c78a759..c9b9b56a0c9ca7ec4a61702530d970458ce6069f 100644 (file)
@@ -1,7 +1,7 @@
 
 
  
-  User-<span class="marked">D</span>efined Aggregates
+  User-<span class="marked">d</span>efined Aggregates
 
   
    aggregate function
index 25e577331a7012224fd8b78dff9a0ca8afd15605..4ad50ec0cb5494c9ace89e2e9ba73ee6bdb04f20 100644 (file)
@@ -1,7 +1,7 @@
 
 
  
-  User-<span class="marked">D</span>efined Functions
+  User-<span class="marked">d</span>efined Functions
 
   
    function
@@ -1754,7 +1754,7 @@ memcpy(destination->data, buffer, 40);
     
 
      
-      Equivalent C Types for Built-<span class="marked">I</span>n SQL Types
+      Equivalent C Types for Built-<span class="marked">i</span>n SQL Types
       
        
         
@@ -2660,7 +2660,7 @@ include $(PGXS)
 
 
    
-    Composite-<span class="marked">T</span>ype Arguments
+    Composite-<span class="marked">t</span>ype Arguments
 
     
      Composite types do not have a fixed layout like C structures.
index ea64a152f7e3b5ee37f2670a91d0ccab962453f1..1e6efd58e4018feded609c13bcf6cc074727994b 100644 (file)
@@ -1,7 +1,7 @@
 
 
  
-  User-<span class="marked">D</span>efined Operators
+  User-<span class="marked">d</span>efined Operators
 
   
    operator
index 972cc76bf9b5634e315a2fbe21c898f39f121a81..a76b035f192a7dc72f7fd43bc5e3c67a3280510c 100644 (file)
@@ -1,7 +1,7 @@
 
 
  
-  User-<span class="marked">D</span>efined Types
+  User-<span class="marked">d</span>efined Types
 
   
    data type