diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index 693deb9c13..cf312d3f54 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -1096,8 +1096,8 @@ Author: Thomas Munro - This only works if max_wal_senders=0 - and wal_level=minimal. + This only works if max_wal_senders = 0 + and wal_level = minimal. @@ -1837,7 +1837,7 @@ Author: Amit Kapila - In some cases a partition child table could appear more than once. + In some cases a partition could appear more than once. @@ -2186,8 +2186,8 @@ Author: Tom Lane When applying AT TIME ZONE to a time with time zone - value, use the transaction start time not wall clock time to - determine whether DST applies (Aleksander Alekseev, Tom Lane) + value, use the transaction start time rather than wall clock time + to determine whether DST applies (Aleksander Alekseev, Tom Lane) @@ -2480,14 +2480,15 @@ Author: Tom Lane - Adjust psql so that Readline's + Adjust psql so + that Readline's meta-# command will insert a double-hyphen comment marker (Tom Lane) - Previously a pound marker was inserted, but that's pretty - unhelpful in SQL. + Previously a pound marker was inserted, unless the user had taken + the trouble to configure a non-default comment marker. @@ -2712,7 +2713,7 @@ Author: Robert Haas - New options are server to write the + The new options are server to write the backup locally and blackhole to discard the backup (for testing). @@ -2873,9 +2874,8 @@ Author: Michael Paquier Previously such files were left in the current directory, - requiring manual cleanup. It's still necessary to remove them - manually afterwards, but now one can just remove that whole - subdirectory. + requiring manual cleanup. Now they are automatically removed on + successful completion of pg_upgrade. @@ -2926,7 +2926,7 @@ Author: Robert Haas Make pg_upgrade preserve tablespace - and database OIDs, as well as table relfilenode numbers + and database OIDs, as well as relation relfilenode numbers (Shruthi KC, Antonin Houska)