Updates to the release.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 16 Sep 2019 14:43:59 +0000 (10:43 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Mon, 16 Sep 2019 14:43:59 +0000 (10:43 -0400)
releases/12/en/release.en.md

index 35ef17c39f30786c4f9e57e55a5c6f2b5fe7f464..a499b02dc01c7ec9dea4dc0ef22c03b8e7ed3dd5 100644 (file)
@@ -46,8 +46,6 @@ PostgreSQL 12 introduces the ability to rebuild indexes without blocking writes
 
 Additionally, PostgreSQL 12 can now enable or disable page checksums in an offline cluster using the "pg_checksums" command. Previously page checksums, a feature to help verify the integrity of data stored to disk, could only be enabled at the time a PostgreSQL cluster was initialized with "initdb."
 
-PostgreSQL 12 also introduces progress reporting statistics for the "CREATE INDEX", "REINDEX", "CLUSTER", and "VACUUM FULL", operations, and to the "pg_checksums" command via the "--progress" flag.
-
 For a full list of features included in this release, please read the release notes, which can be found at: https://www.postgresql.org/docs/12/release-12.html
 
 ## About PostgreSQL