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 e440e72 commit e78ec6fCopy full SHA for e78ec6f
doc/src/sgml/ref/unlisten.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.9 2000/03/26 18:32:27 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.10 2000/07/21 04:48:33 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -156,9 +156,9 @@ Asynchronous NOTIFY 'virtual' from backend with pid '8448' received
156
ignored:
157
158
<programlisting>
159
-postgres=> UNLISTEN virtual;
+UNLISTEN virtual;
160
UNLISTEN
161
-postgres=> NOTIFY virtual;
+NOTIFY virtual;
162
NOTIFY
163
-- notice no NOTIFY event is received
164
</programlisting>
0 commit comments