Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c9537ca

Browse files
committed
cleanup
1 parent e78ec6f commit c9537ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/unlisten.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
Postgres documentation
44
-->
55

@@ -143,9 +143,9 @@ UNLISTEN { <replaceable class="PARAMETER">notifyname</replaceable> | * }
143143
To subscribe to an existing registration:
144144

145145
<programlisting>
146-
postgres=> LISTEN virtual;
146+
LISTEN virtual;
147147
LISTEN
148-
postgres=> NOTIFY virtual;
148+
NOTIFY virtual;
149149
NOTIFY
150150
Asynchronous NOTIFY 'virtual' from backend with pid '8448' received
151151
</programlisting>

0 commit comments

Comments
 (0)