]> granicus.if.org Git - postgresql/commitdiff
Copy-editing 9.2 release notes.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 May 2012 07:44:31 +0000 (10:44 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 10 May 2012 07:46:27 +0000 (10:46 +0300)
Fix a couple of typos, add missing filename tags, and add a link to the doc
section on timezone guc.

doc/src/sgml/release-9.2.sgml

index a7f6d9f734c5e2e10a09ef4bbf6874978ee68a61..d8e613432ac3e6c96652cc42138cd8cd9cc4b019 100644 (file)
       
       <listitem>
        <para>
-        Allow a superuser to <command>SET</command> an extension's a
+        Allow a superuser to <command>SET</command> an extension's
         superuser-only custom variable before loading the associated
         extension (Tom Lane)
        </para>
       <listitem>
        <para>
         Check the server time zone during initdb, and set
-        <filename>postgresql.conf</filename> values timezone and <link
-        linkend="guc-log-timezone"><varname>log_timezone</></link>
+        <filename>postgresql.conf</filename> values
+        <link linkend="guc-timezone"><varname>timezone</></link> and
+        <link linkend="guc-log-timezone"><varname>log_timezone</></link>
         accordingly (Tom Lane)
        </para>
        
        </para>
        
        <para>
-        This also allows a table to be created who's schema matches a view.
+        This also allows a table to be created whose schema matches a view.
        </para>
       </listitem>
       
       
       <listitem>
        <para>
-        Allow libpq's .pgpass file to process escaped characters in the
-        password field (Robert Haas, Ross Reedstrom)
+        Allow libpq's <filename>.pgpass</> file to process escaped characters
+        in the password field (Robert Haas, Ross Reedstrom)
        </para>
       </listitem>
       
       
       <listitem>
        <para>
-        Install plpgsql.h into include/server during installation
+        Install <filename>plpgsql.h</> into <filename>include/server</> during installation
         (Heikki Linnakangas)
        </para>
       </listitem>