Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Profiler but in Postgres DBeaver [closed]

I worked a lot with SQL Management studio and there i often used the SQL Server Profiler to see exactly what queries was send to the Database when i clicked on different things in the GUI.

Now im working with a postgres database and with Dbeaver. Does anyone know if there is some similar function i can use there?

PS. im not searching for a performance analyse. I just want to see the queries that runs in realtime on the database.

Thanks

like image 615
user2210516 Avatar asked May 23 '26 15:05

user2210516


1 Answers

Use the session manager. From the menu select [Database] -> [Tools] -> [Session Manager].
enter image description here

To see the real query that is executed in a SQL tool click the hilighted area on the picture below.

like image 159
Stefanov.sm Avatar answered May 26 '26 06:05

Stefanov.sm



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!