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

Commit e440e72

Browse files
committed
Cleanup
1 parent 268bdd7 commit e440e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

@@ -209,8 +209,8 @@ NOTIFY
209209
<application>psql</application>:
210210

211211
<programlisting>
212-
=> LISTEN virtual;
213-
=> NOTIFY virtual;
212+
LISTEN virtual;
213+
NOTIFY virtual;
214214
Asynchronous NOTIFY 'virtual' from backend with pid '8448' received.
215215
</programlisting>
216216
</para>

0 commit comments

Comments
 (0)