We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8849655 commit ad567f0Copy full SHA for ad567f0
doc/src/sgml/ref/allfiles.sgml
@@ -106,6 +106,7 @@
106
<!entity select system "select.sgml">
107
<!entity set system "set.sgml">
108
<!entity show system "show.sgml">
109
+<!entity unlisten system "unlisten.sgml">
110
<!entity update system "update.sgml">
111
<!entity vacuum system "vacuum.sgml">
112
doc/src/sgml/ref/commands.sgml
@@ -57,6 +57,7 @@ commands supported by <productname>Postgres</productname>.
57
&select;
58
&set;
59
&show;
60
+&unlisten;
61
&update;
62
&vacuum;
63
0 commit comments