diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 9edba96fabb..4256516c085 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -901,11 +901,11 @@
- The catalog pg_attrdef stores column default values. The main information
- about columns is stored in pg_attribute
- (see below). Only columns that explicitly specify a default value
- (when the table is created or the column is added) will have an
- entry here.
+ The catalog pg_attrdef stores column default
+ values. The main information about columns is stored in
+ pg_attribute.
+ Only columns for which a default value has been explicitly set will have
+ an entry here.