diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index 213ec926f94..8355bf48276 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -1115,7 +1115,7 @@ Allow "postgres -C" to properly report runtime-computed values (Nathan Bossart)
-Previously runtime-computed values data_checksums, wal_segment_size, and data_directory_mode would report values that would not be accurate on the running server.
+Previously runtime-computed values data_checksums, wal_segment_size, and data_directory_mode would report values that would not be accurate on the running server. However, this does not work on a running server.
@@ -1270,21 +1270,6 @@ Allow publications to be restricted to specific columns (Tomas Vondra, Álvaro H
-
-
-
-
-Allow logical replication to transfer sequence changes (Tomas Vondra, Cary Huang)
-
-
-
-The sequence option must be specified in the publication. A new system view pg_publication_sequences shows published sequences.
-
-
-