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

Commit e78ec6f

Browse files
committed
cleanup
1 parent e440e72 commit e78ec6f

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.9 2000/03/26 18:32:27 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.10 2000/07/21 04:48:33 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -156,9 +156,9 @@ Asynchronous NOTIFY 'virtual' from backend with pid '8448' received
156156
ignored:
157157

158158
<programlisting>
159-
postgres=> UNLISTEN virtual;
159+
UNLISTEN virtual;
160160
UNLISTEN
161-
postgres=> NOTIFY virtual;
161+
NOTIFY virtual;
162162
NOTIFY
163163
-- notice no NOTIFY event is received
164164
</programlisting>

0 commit comments

Comments
 (0)