This commit is contained in:
Bruce Momjian 2000-07-21 04:48:33 +00:00
parent e440e7246d
commit e78ec6f247
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.9 2000/03/26 18:32:27 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/unlisten.sgml,v 1.10 2000/07/21 04:48:33 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -156,9 +156,9 @@ Asynchronous NOTIFY 'virtual' from backend with pid '8448' received
ignored: ignored:
<programlisting> <programlisting>
postgres=> UNLISTEN virtual; UNLISTEN virtual;
UNLISTEN UNLISTEN
postgres=> NOTIFY virtual; NOTIFY virtual;
NOTIFY NOTIFY
-- notice no NOTIFY event is received -- notice no NOTIFY event is received
</programlisting> </programlisting>