aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-05-10 10:44:31 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-05-10 10:46:27 +0300
commit3e8e692bbc829f48c8c1accbeed9284735f9a88c (patch)
tree1a3e6ede757130f63c142f5ec8689b758464c7d9
parentf33c5d471ccdf33ac413d49b32a898eeab13538b (diff)
downloadpostgresql-3e8e692bbc829f48c8c1accbeed9284735f9a88c.tar.gz
postgresql-3e8e692bbc829f48c8c1accbeed9284735f9a88c.zip
Copy-editing 9.2 release notes.
Fix a couple of typos, add missing filename tags, and add a link to the doc section on timezone guc.
-rw-r--r--doc/src/sgml/release-9.2.sgml15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index a7f6d9f734c..d8e613432ac 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -949,7 +949,7 @@
<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>
@@ -1022,8 +1022,9 @@
<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>
@@ -1401,7 +1402,7 @@
</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>
@@ -2417,8 +2418,8 @@
<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>
@@ -2466,7 +2467,7 @@
<listitem>
<para>
- Install plpgsql.h into include/server during installation
+ Install <filename>plpgsql.h</> into <filename>include/server</> during installation
(Heikki Linnakangas)
</para>
</listitem>