Skip to content
Snippets Groups Projects
Commit c9537ca8 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

cleanup

parent e78ec6f2
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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 $
Postgres documentation Postgres documentation
--> -->
...@@ -143,9 +143,9 @@ UNLISTEN { <replaceable class="PARAMETER">notifyname</replaceable> | * } ...@@ -143,9 +143,9 @@ UNLISTEN { <replaceable class="PARAMETER">notifyname</replaceable> | * }
To subscribe to an existing registration: To subscribe to an existing registration:
<programlisting> <programlisting>
postgres=> LISTEN virtual; LISTEN virtual;
LISTEN LISTEN
postgres=> NOTIFY virtual; NOTIFY virtual;
NOTIFY NOTIFY
Asynchronous NOTIFY 'virtual' from backend with pid '8448' received Asynchronous NOTIFY 'virtual' from backend with pid '8448' received
</programlisting> </programlisting>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment