I'm able to connect and execute queries on a PostreSQL DB. But I cannot see any output. For example: DO $$ Begin raise notice 'Hi world'; END$$ Runs successfully (appears on SQL Recall window with a green icon), but I can't find the output anywhere (DBMS Output, SQL monitor, DB Problems, DB Console, Result). On PGAdmin, such messages appear under "Messages" window. Moreover, on PGAdmin I get all the messages regarding creation\deletion of tables (every queries output) which is missing in Toad. Any ideas? My Setup: JDBC driver: 9.4.1212 (9.4) PostgreSQL 9.4 Latest version of Toad. Eclipse Version: Neon.2 Release (4.6.2).
↧