Fix a couple of typos, add missing filename tags, and add a link to the doc
section on timezone guc.
- Allow a superuser to SET an extension's a
+ Allow a superuser to SET an extension's
superuser-only custom variable before loading the associated
extension (Tom Lane)
Check the server time zone during initdb, and set
-
postgresql.conf values timezone and
- linkend="guc-log-timezone">log_timezone>
+ postgresql.conf values
+ timezone> and
+ log_timezone>
accordingly (Tom Lane)
- 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.
- Allow libpq's .pgpass file to process escaped characters in the
- password field (Robert Haas, Ross Reedstrom)
+ Allow libpq's .pgpass> file to process escaped characters
+ in the password field (Robert Haas, Ross Reedstrom)
- Install plpgsql.h into include/server during installation
+ Install plpgsql.h> into include/server> during installation
(Heikki Linnakangas)