diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index a7f6d9f734..d8e613432a 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -949,7 +949,7 @@ - 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) @@ -1022,8 +1022,9 @@ Check the server time zone during initdb, and set - postgresql.conf values timezone and log_timezone + postgresql.conf values + timezone and + log_timezone accordingly (Tom Lane) @@ -1401,7 +1402,7 @@ - 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. @@ -2417,8 +2418,8 @@ - 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) @@ -2466,7 +2467,7 @@ - Install plpgsql.h into include/server during installation + Install plpgsql.h into include/server during installation (Heikki Linnakangas)