Re: is there a tracking trace tool like the "SQL Analizer" in MS sqlserver.? - Mailing list pgsql-general

From Jeffrey Melloy
Subject Re: is there a tracking trace tool like the "SQL Analizer" in MS sqlserver.?
Date
Msg-id 3d2ffcdd0701081056v5bb012a9ud4bf12836e01f341@mail.gmail.com
Whole thread Raw
In response to is there a tracking trace tool like the "SQL Analizer" in MS sqlserver.?  ("guillermo arias" <guillermoariast@linuxwaves.com>)
Responses Re: is there a tracking trace tool like the "SQL  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general


On 1/8/07, Jeffrey Melloy <melloyj@alliancetechnologies.net> wrote:
Not exactly.  SQL Analyzer also includes live monitoring of whatever queries are coming into the database.  You can achieve something similar by enabling query logging in the settings.


On 1/8/07, Ian Harding <harding.ian@gmail.com> wrote:
There is no GUI tool that I know of, but there is EXPLAIN which gives
the same information.

- Ian

On 1/8/07, guillermo arias < guillermoariast@linuxwaves.com > wrote:
> is there a tracking trace tool in postgre? like the "SQL Analizer" in MS
> sqlserver.
>
> I have downloaded the PGAdmin III and i have not found any tool like this.
>
> Thanks
>
>
> ________________________________
> Get your FREE, LinuxWaves.com Email Now! --> http://www.LinuxWaves.com
> Join Linux Discussions! --> http://Community.LinuxWaves.com

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match


pgsql-general by date:

Previous
From: Guy Rouillier
Date:
Subject: Re: Command "connect by prior" in PostgreSQL ?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: is there a tracking trace tool like the "SQL