diff options
author | Tom Lane | 1998-10-08 00:19:49 +0000 |
---|---|---|
committer | Tom Lane | 1998-10-08 00:19:49 +0000 |
commit | ad567f07bed03a96936b5b05e284330bf6453d2a (patch) | |
tree | 2e55749ae92d390f2bc841980c8b87dc757d16c7 | |
parent | 8849655d24bf6d73102b92f900d6d78b6600dca2 (diff) |
Link unlisten.sgml into what I hope are the right places.
-rw-r--r-- | doc/src/sgml/ref/allfiles.sgml | 1 | ||||
-rw-r--r-- | doc/src/sgml/ref/commands.sgml | 1 |
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; |