8000
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 e78ec6f commit c9537caCopy full SHA for c9537ca
doc/src/sgml/ref/unlisten.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.10 2000/07/21 04:48:33 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.11 2000/07/21 04:49:23 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -143,9 +143,9 @@ UNLISTEN { <replaceable class="PARAMETER">notifyname</replaceable> | * }
143
To subscribe to an existing registration:
144
145
<programlisting>
146
-postgres=> LISTEN virtual;
+LISTEN virtual;
147
LISTEN
148
-postgres=> NOTIFY virtual;
+NOTIFY virtual;
149
NOTIFY
150
Asynchronous NOTIFY 'virtual' from backend with pid '8448' received
151
</programlisting>
0 commit comments