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.
This commit is contained in:
parent
f33c5d471c
commit
3e8e692bbc
@ -949,7 +949,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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
|
superuser-only custom variable before loading the associated
|
||||||
extension (Tom Lane)
|
extension (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
@ -1022,8 +1022,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Check the server time zone during initdb, and set
|
Check the server time zone during initdb, and set
|
||||||
<filename>postgresql.conf</filename> values timezone and <link
|
<filename>postgresql.conf</filename> values
|
||||||
linkend="guc-log-timezone"><varname>log_timezone</></link>
|
<link linkend="guc-timezone"><varname>timezone</></link> and
|
||||||
|
<link linkend="guc-log-timezone"><varname>log_timezone</></link>
|
||||||
accordingly (Tom Lane)
|
accordingly (Tom Lane)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -1401,7 +1402,7 @@
|
|||||||
</para>
|
</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>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -2417,8 +2418,8 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Allow libpq's .pgpass file to process escaped characters in the
|
Allow libpq's <filename>.pgpass</> file to process escaped characters
|
||||||
password field (Robert Haas, Ross Reedstrom)
|
in the password field (Robert Haas, Ross Reedstrom)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -2466,7 +2467,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Install plpgsql.h into include/server during installation
|
Install <filename>plpgsql.h</> into <filename>include/server</> during installation
|
||||||
(Heikki Linnakangas)
|
(Heikki Linnakangas)
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user