From ad567f07bed03a96936b5b05e284330bf6453d2a Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Thu, 8 Oct 1998 00:19:49 +0000
Subject: [PATCH] Link unlisten.sgml into what I hope are the right places.

---
 doc/src/sgml/ref/allfiles.sgml | 1 +
 doc/src/sgml/ref/commands.sgml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml
index a5d2717185b..5c5c496d882 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 475041b6280..812bfeb9153 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;
 
-- 
GitLab