Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-09 Thread Jeffrey Melloy

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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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



Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-09 Thread Harald Armin Massa

Jeffrey,


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.


that is within Tools / View Server Status of pgAdmin III

Of course, Query Command String has to be enabled on the server; and
the security implications of that setting have to be considered before
:)

best wishes,

Harald
--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
-
Python: the only language with more web frameworks than keywords.

---(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


[GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread guillermo arias
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.ThanksGet your FREE, LinuxWaves.com Email Now! -- http://www.LinuxWaves.comJoin Linux Discussions! -- http://Community.LinuxWaves.com


Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread Ian Harding

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 [EMAIL PROTECTED] 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


Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread Jeffrey Melloy

On 1/8/07, Jeffrey Melloy [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]  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





Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread Ian Harding

I thought that was called SQL Profiler.

http://msdn2.microsoft.com/en-us/library/ms181091.aspx

Query Analyzer is EXPLAIN with a GUI.

http://msdn2.microsoft.com/en-gb/library/aa178423(SQL.80).aspx

Anyway, I have not heard of such a thing for PostgreSQL, although I am
sure the basic information you want could be obtained from logging
queries and timing.

- Ian

On 1/8/07, Jeffrey Melloy [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]  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





---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread Jeffrey Melloy

Whoops, you're right.

On 1/8/07, Ian Harding [EMAIL PROTECTED] wrote:


I thought that was called SQL Profiler.

http://msdn2.microsoft.com/en-us/library/ms181091.aspx

Query Analyzer is EXPLAIN with a GUI.

http://msdn2.microsoft.com/en-gb/library/aa178423(SQL.80).aspx

Anyway, I have not heard of such a thing for PostgreSQL, although I am
sure the basic information you want could be obtained from logging
queries and timing.

- Ian

On 1/8/07, Jeffrey Melloy [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]  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
 





Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread Ian Harding

On 1/8/07, Joshua D. Drake [EMAIL PROTECTED] wrote:

On Mon, 2007-01-08 at 12:56 -0600, Jeffrey Melloy wrote:


 On 1/8/07, Jeffrey Melloy [EMAIL PROTECTED] 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.

pg_stat_activity?



The SQL Profiler tool also keeps data that meet your criteria for
later analysis as well.  It is very good.

- Ian

---(end of broadcast)---
TIP 6: explain analyze is your friend


Re: [GENERAL] is there a tracking trace tool like the SQL Analizer in MS sqlserver.?

2007-01-08 Thread Harald Armin Massa

Ian,


Query Analyzer is EXPLAIN with a GUI.
Anyway, I have not heard of such a thing for PostgreSQL,


On my installation of PostgreSQL from the stock windows installer
there was installed PgAdmin, which has quite a GUI for EXPLAIN.

The query plan is displayed very nice and I find it easier to
understand then text output.

Harald


--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
-
Python: the only language with more web frameworks than keywords.

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly