diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 8bdc57febc..3a0f755b08 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2424,7 +2424,9 @@ SET ENABLE_SEQSCAN TO OFF;
space. This parameter has no effect on the size of shared
memory allocated by PostgreSQL, nor
does it reserve kernel disk cache; it is used only for estimation
- purposes. The default is 128 megabytes (128MB>).
+ purposes. The system also does not assume data remains in
+ the disk cache between queries. The default is 128 megabytes
+ (128MB>).