diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml
index a5d2717185bd266f166df5602be1366d820c8662..5c5c496d8829734cbde7dc146676dbb813bf3a01 100644
--- a/doc/src/sgml/ref/allfiles.sgml
+++ b/doc/src/sgml/ref/allfiles.sgml
@@ -106,6 +106,7 @@
 <!entity select             system "select.sgml">
 <!entity set                system "set.sgml">
 <!entity show               system "show.sgml">
+<!entity unlisten           system "unlisten.sgml">
 <!entity update             system "update.sgml">
 <!entity vacuum             system "vacuum.sgml">
 
diff --git a/doc/src/sgml/ref/commands.sgml b/doc/src/sgml/ref/commands.sgml
index 475041b628045deb6bad236fcb0eafa905ab8e8d..812bfeb91537153ef5c19d4efba9f49fc70922e1 100644
--- a/doc/src/sgml/ref/commands.sgml
+++ b/doc/src/sgml/ref/commands.sgml
@@ -57,6 +57,7 @@ commands supported by <productname>Postgres</productname>.
 &select;
 &set;
 &show;
+&unlisten;
 &update;
 &vacuum;