We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268bdd7 commit e440e72Copy full SHA for e440e72
doc/src/sgml/ref/notify.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.11 2000/03/26 18:32:27 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/notify.sgml,v 1.12 2000/07/21 04:42:28 momjian Exp $
3
Postgres documentation
4
-->
5
@@ -209,8 +209,8 @@ NOTIFY
209
<application>psql</application>:
210
211
<programlisting>
212
-=> LISTEN virtual;
213
-=> NOTIFY virtual;
+LISTEN virtual;
+NOTIFY virtual;
214
Asynchronous NOTIFY 'virtual' from backend with pid '8448' received.
215
</programlisting>
216
</para>
0 commit comments