]> granicus.if.org Git - postgresql/commitdiff
Some spelling adjustments in release notes
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 25 Aug 2012 02:36:24 +0000 (22:36 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 25 Aug 2012 02:50:43 +0000 (22:50 -0400)
doc/src/sgml/release-9.2.sgml

index f097a274c5114cdabfda4a2c31df89122a2d8d22..7a279f04d0e344e25d4abb7204f887dcfac1d066 100644 (file)
 
        <para>
         The new <quote>parameterized path</> mechanism allows inner
-        indexscans to use values from relations that are more than one join
+        index scans to use values from relations that are more than one join
         level up from the scan.  This can greatly improve performance in
         situations where semantic restrictions (such as outer joins) limit
         the allowed join orderings.
       <listitem>
        <para>
         Allow <literal>indexed_col op ANY(ARRAY[...])</> conditions to be
-        used in plain indexscans and index-only scans (Tom Lane)
+        used in plain index scans and index-only scans (Tom Lane)
        </para>
 
        <para>
       <listitem>
        <para>
         Support <function>MIN</>/<function>MAX</> index optimizations on
-        boolean columns (Marti Raudsepp)
+        <type>boolean</type> columns (Marti Raudsepp)
        </para>
       </listitem>
 
       <listitem>
        <para>
         Account for set-returning functions in <command>SELECT</> target
-        lists when setting rowcount estimates (Tom Lane)
+        lists when setting row count estimates (Tom Lane)
        </para>
       </listitem>
 
 
       <listitem>
        <para>
-        Support configurable eventlog application names on Windows
+        Support configurable event log application names on Windows
         (MauMau, Magnus Hagander)
        </para>
 
        <para>
-        This allows different instances to use the eventlog
+        This allows different instances to use the event log
         with different identifiers, by setting the <link
         linkend="guc-event-source"><varname>event_source</></link>
         server parameter, which is similar to how <link
 
       <listitem>
        <para>
-        Retain column names at runtime for row expressions
+        Retain column names at run time for row expressions
         (Andrew Dunstan, Tom Lane)
        </para>
 
 
       <listitem>
        <para>
-        Add a userspace access cache to sepgsql to improve performance
+        Add a user space access cache to sepgsql to improve performance
         (KaiGai Kohei)
        </para>
       </listitem>