aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/ref/allfiles.sgml1
-rw-r--r--doc/src/sgml/ref/commands.sgml1
2 files changed, 2 insertions, 0 deletions
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;