Re: [SQL] Profiling postgresql queries

2008-07-09 Thread A. Kretschmer
am Wed, dem 09.07.2008, um 10:22:09 +0200 mailte Nacef LABIDI folgendes: > Hi all, > I was wondering if there is any GUI or command line based tool running on > windows that could help me to profile PostgreSQL queries performance. It > should You can use EXPLAIN ANALYSE to analyse your queries (

[SQL] Profiling postgresql queries

2008-07-09 Thread Nacef LABIDI
Hi all, I was wondering if there is any GUI or command line based tool running on windows that could help me to profile PostgreSQL queries performance. It should be able to do live profiling since I want to profile the accesses that my application is doing on the Postgres database. Thanks to all N