PgAdmin 4 Listen & Notify issue - Mailing list pgadmin-hackers

From Bogdan, Perta
Subject PgAdmin 4 Listen & Notify issue
Date
Msg-id c173cd26-57eb-bffc-5afe-893dcf6cdac7@gmail.com
Whole thread Raw
List pgadmin-hackers
<p>Hello,<p>I'm a newbie in the PostgreSQL world and I've just installed pgAdmin 4 on a Windows machine. I'm testing
NOTIFY& 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:<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
returnedsuccessfully 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 &
listening?

Thanks,
Bogdan Perta


</pre>

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Pass copy/cut/paste events from the runtime to the we
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Allow the ApplicationPath to be absolute.