PgAdmin 4 Listen & Notify issue

From: "Bogdan, Perta" <bogdan(dot)perta(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: PgAdmin 4 Listen & Notify issue
Date: 2016-11-29 07:02:04
Message-ID: c173cd26-57eb-bffc-5afe-893dcf6cdac7@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>I'm a newbie in the PostgreSQL world and I've just installed
pgAdmin 4 on a Windows machine. I'm testing NOTIFY &amp; LISTEN
commands and it seems it doesn't behave like in your documentation
(<a class="moz-txt-link-freetext" href="https://pgadmin.org/docs/1.4/pg/sql-listen.html">https://pgadmin.org/docs/1.4/pg/sql-listen.html</a>). Specifically,
if I write the following statement:</p>
<pre class="programlisting">LISTEN virtual;
NOTIFY virtual;

the result I get in the Messages pane is "<span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none;">Query returned successfully in 139 msec</span>". I would have expected to be something similar to "Asynchronous notification "virtual" received from server process
with PID 8448.", like in the documentation.

What am I missing? Is it a known issue in the new pgAdmin or is it something to be set to enable notifications &amp; listening?

Thanks,
Bogdan Perta

</pre>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.5 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-02 02:10:32 pgAdmin 4 commit: Allow the ApplicationPath to be absolute.
Previous Message Dave Page 2016-11-29 05:19:12 pgAdmin 4 commit: Pass copy/cut/paste events from the runtime to the we