Hello,

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 (https://pgadmin.org/docs/1.4/pg/sql-listen.html). Specifically, if I write the following statement:

LISTEN virtual;
NOTIFY virtual;

the result I get in the Messages pane is "Query returned successfully in 139 msec". 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