Markup and wording improvements for 9.1 release notes.
authorBruce Momjian
Mon, 21 Mar 2011 03:17:21 +0000 (23:17 -0400)
committerBruce Momjian
Mon, 21 Mar 2011 03:17:21 +0000 (23:17 -0400)
doc/src/sgml/release-9.1.sgml

index 44557d9905c8a21d70501936069ca5fb4c92450b..10f1e6ae6911805e73b674003d44c2e5f4bf2731 100644 (file)
 
      
       
-       Treat ECPG cursor names as case-insensitive (Zoltan Boszormenyi)
+       Treat ECPG cursor names as case-insensitive (Zoltan Boszormenyi)
       
      
 
        
 
        
-        Previously only host IP addresses and CIDR values were supported.
+        Previously only host IP addresses and CIDR
+        values were supported.
        
       
 
       
        
-        Support the keyword 'all' in the host column of 
+        Support the keyword all in the host column of 
         linkend="auth-pg-hba-conf">pg_hba.conf
         (Peter Eisentraut)
        
 
       
        
-        Allow GSSAPI to be used to
-        authenticate to servers via SSPI
-        (Christian Ullrich)
+        Allow GSSAPI
+        to be used to authenticate to servers via 
+        linkend="sspi-auth">SSPI (Christian Ullrich)
        
 
        
-        Specifically this allows Unix-based GSSAPI clients to authenticate
-        to Windows SSPI servers.
+        Specifically this allows Unix-based GSSAPI clients
+        to SSPI authenticate to Windows servers.
        
       
 
 
       
        
-        Add details to the logging of restart points and checkpoints,
+        Add details to the logging of restartpoints and checkpoints,
         which is controlled by 
         linkend="guc-log-checkpoints">log_checkpoints
         (Fujii Masao, Greg Smith)
        
 
        
-        New details show WAL file and sync activity.
+        New details show WAL file and sync activity.
        
       
 
        
         Add system view 
         linkend="monitoring-stats-views-table">pg_stat_replication
-        which displays activity of WAL sender processes (Itagaki
+        which displays activity of WAL sender processes (Itagaki
         Takahiro, Simon Riggs)
        
 
       
        
         Add nearest-neighbor (order-by-operator) searching to 
-        linkend="GiST">GiST indexes (Teodor Sigaev, Tom Lane)
+        linkend="GiST">GiST indexes (Teodor Sigaev, Tom Lane)
        
 
        
-        This allows GiST indexes to quickly return
+        This allows GiST indexes to quickly return
         LIMIT-specified closest values.
        
       
 
       
        
-        Allow GIN indexes to index null
+        Allow GIN indexes to index null
         and empty values (Tom Lane)
        
 
        
-        This allows full GIN index scans.
+        This allows full GIN index scans.
        
       
 
       
        
-        Fix GiST indexes to be fully
+        Fix GiST indexes to be fully
         crash-safe (Heikki Linnakangas)
        
 
     
 
     
-     <link linkend="functions-xml"><span class="marked">XML</span></link>
+     <link linkend="functions-xml"><span class="marked"><acronym>XML</></span></link>
 
      
 
       
        
-        Add XML function 
+        Add XML function 
         linkend="xml-exists">XMLEXISTS and 
         linkend="xml-exists">xpath_exists()
         functions (Mike Fowler)
 
       
        
-        Add XML functions 
+        Add XML functions 
         linkend="xml-is-well-formed">xml_is_well_formed(),
         
         linkend="xml-is-well-formed">xml_is_well_formed_document(),
        
 
        
-        These check whether the input is properly-formed XML.
+        These check whether the input is properly-formed XML.
        
       
 
 
       
        
-         Add single-parameter version of function 
+         Add single-parameter version of function 
          linkend="functions-admin-genfile">pg_read_file()
          to read an entire file (Dimitri Fontaine, Itagaki Takahiro)
        
 
       
        
-        Add 
+        Add the 
         linkend="functions-info-catalog-table">pg_describe_object()
         function (Alvaro Herrera)
        
         Add variable 
         linkend="guc-quote-all-identifiers">quote_all_identifiers
         to force the quoting of all identifiers in EXPLAIN
-        and system catalog functions like 
+        and in system catalog functions like 
         linkend="functions-info-catalog-table">pg_get_viewdef()
         (Robert Haas)
        
 
       
        
-         Report PL/Python errors from iterators with PLy_elog (Jan
+         Report PL/Python errors from iterators with PLy_elog (Jan
          Urbanski)
        
       
 
       
        
-         Add psql command \sf command to
+         Add psql command \sf to
          show a function's definition (Pavel Stehule)
        
       
 
       
        
-         Add psql \dL command
-         \dL to list languages (Fernando Ike)
+         Add psql command \dL to list
+         languages (Fernando Ike)
        
       
 
 
        
         This is passed to the editor using the
-        <literal>EDITOR_LINENUMBER_SWITCH environment variable.
+        <envar>EDITOR_LINENUMBER_SWITCH environment variable.
        
       
 
        
 
        
-        This only happens if the <literal>PGCLIENTENCODING environment
+        This only happens if the <envar>PGCLIENTENCODING environment
         variable is not set.
        
       
 
       
        
-         Allow tab completion of psql variables (Pavel
+         Additional tab completion of psql variables (Pavel
          Stehule)
        
       
       
        
          Add promote option to pg_ctl to
-         change a standby server to primary (Fujii Masao)
+         switch a standby server to primary (Fujii Masao)
        
       
 
 
       
        
-        Add a libpq connection option client_encoding which behaves
-        like the PGCLIENTENCODING environment variable
-        (Heikki Linnakangas)
+        Add a libpq connection option client_encoding
+        which behaves like the PGCLIENTENCODING environment
+        variable (Heikki Linnakangas)
        
 
        
 
       
        
-         Require GNU 
+         Require GNU 
          linkend="install-requirements">make
          3.80 or newer (Peter Eisentraut)
        
 
       
        
-         Add support for DragonFly BSD (Rumko)
+         Add support for DragonFly BSD (Rumko)
        
       
 
       
        
         Add contrib/sepgsql
-        to interface permission checks with SE-Linux (KaiGai Kohei)
+        to interface permission checks with SE-Linux (KaiGai Kohei)
        
 
        
 
      
       
-        Extensive ECPG documentation
+        Extensive ECPG documentation
         improvements (Satoshi Nagayasu)