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