diff --git a/doc/src/sgml/amcheck.sgml b/doc/src/sgml/amcheck.sgml
index a2571d33ae6..c570690b59c 100644
--- a/doc/src/sgml/amcheck.sgml
+++ b/doc/src/sgml/amcheck.sgml
@@ -279,7 +279,7 @@ SET client_min_messages = DEBUG1;
If specified, corruption checking begins at the specified block,
skipping all previous blocks. It is an error to specify a
- startblock outside the range of blocks in the
+ startblock outside the range of blocks in the
target table.
@@ -293,7 +293,7 @@ SET client_min_messages = DEBUG1;
If specified, corruption checking ends at the specified block,
skipping all remaining blocks. It is an error to specify an
- endblock outside the range of blocks in the target
+ endblock outside the range of blocks in the target
table.
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index 39c01dc6808..caf1ea4cef1 100644
--- a/doc/src/sgml/brin.sgml
+++ b/doc/src/sgml/brin.sgml
@@ -716,7 +716,7 @@ LOG: request for BRIN range summarization for index "brin_wi_idx" page 128 was
- bloom operator classes accept these parameters:
+ bloom operator classes accept these parameters:
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 5128f34d407..2b2c70a26e5 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -7393,8 +7393,8 @@ SCRAM-SHA-256$<iteration count>:&l
An array containing codes for the enabled statistics kinds;
valid values are:
d for n-distinct statistics,
- f for functional dependency statistics, and
- m for most common values (MCV) list statistics
+ f for functional dependency statistics,
+ m for most common values (MCV) list statistics, and
e for expression statistics
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 43772c2a980..a23ae67ba52 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -7017,7 +7017,7 @@ local0.* /var/log/postgresql
%Q
- query identifier of the current query. Query
+ Query identifier of the current query. Query
identifiers are not computed by default, so this field
will be zero unless
parameter is enabled or a third-party module that computes