diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index cfc475cb2c0..bb20e90f376 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -5587,6 +5587,8 @@ CREATE TABLE postgres_log
COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ It is also possible to access the file as a foreign table, using
+ the supplied module.
diff --git a/doc/src/sgml/file-fdw.sgml b/doc/src/sgml/file-fdw.sgml
index 381495eed61..6c04fd6ccdc 100644
--- a/doc/src/sgml/file-fdw.sgml
+++ b/doc/src/sgml/file-fdw.sgml
@@ -215,7 +215,9 @@
One of the obvious uses for file_fdw> is to make
the PostgreSQL activity log available as a table for querying. To
- do this, first you must be logging to a CSV file, which here we
+ do this, first you must be logging to a CSV file,
+ which here we
will call pglog.csv>. First, install file_fdw>
as an extension: