|
949 | 949 |
|
950 | 950 | <listitem>
|
951 | 951 | <para>
|
952 |
| - Allow a superuser to <command>SET</command> an extension's a |
| 952 | + Allow a superuser to <command>SET</command> an extension's |
953 | 953 | superuser-only custom variable before loading the associated
|
954 | 954 | extension (Tom Lane)
|
955 | 955 | </para>
|
|
1022 | 1022 | <listitem>
|
1023 | 1023 | <para>
|
1024 | 1024 | Check the server time zone during initdb, and set
|
1025 |
| - <filename>postgresql.conf</filename> values timezone and <link |
1026 |
| - linkend="guc-log-timezone"><varname>log_timezone</></link> |
| 1025 | + <filename>postgresql.conf</filename> values |
| 1026 | + <link linkend="guc-timezone"><varname>timezone</></link> and |
| 1027 | + <link linkend="guc-log-timezone"><varname>log_timezone</></link> |
1027 | 1028 | accordingly (Tom Lane)
|
1028 | 1029 | </para>
|
1029 | 1030 |
|
|
1401 | 1402 | </para>
|
1402 | 1403 |
|
1403 | 1404 | <para>
|
1404 |
| - This also allows a table to be createdwho's schema matches a view. |
| 1405 | + This also allows a table to be createdwhose schema matches a view. |
1405 | 1406 | </para>
|
1406 | 1407 | </listitem>
|
1407 | 1408 |
|
|
2417 | 2418 |
|
2418 | 2419 | <listitem>
|
2419 | 2420 | <para>
|
2420 |
| - Allow libpq's .pgpass file to process escaped characters in the |
2421 |
| - password field (Robert Haas, Ross Reedstrom) |
| 2421 | + Allow libpq's<filename>.pgpass</> file to process escaped characters |
| 2422 | +in thepassword field (Robert Haas, Ross Reedstrom) |
2422 | 2423 | </para>
|
2423 | 2424 | </listitem>
|
2424 | 2425 |
|
|
2466 | 2467 |
|
2467 | 2468 | <listitem>
|
2468 | 2469 | <para>
|
2469 |
| - Install plpgsql.h into include/server during installation |
| 2470 | + Install<filename>plpgsql.h</> into<filename>include/server</> during installation |
2470 | 2471 | (Heikki Linnakangas)
|
2471 | 2472 | </para>
|
2472 | 2473 | </listitem>
|
|