Re: Report Generator Proposal

From: "Gaetano Mendola" <mendola(at)bigfoot(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Report Generator Proposal
Date: 2003-09-11 21:52:03
Message-ID: 000e01c378af$e56ea730$0f02c9d9@mm.eutelsat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Nobody entusiastic ? I'm wrong about my feeling ?
I think that have the psql able to generate a report
will increase the our better response to a user novice
or not ?

Regards
Gaetano Mendola

----- Original Message -----
From: ""Gaetano Mendola"" <mendola(at)bigfoot(dot)com>
Newsgroups: comp.databases.postgresql.admin
Sent: Wednesday, September 10, 2003 4:10 AM
Subject: Report Generator Proposal

> Hi all,
> each time that someone say: this query is slow, this query take forever,
bla
> bla bla
> all our request are:
>
> 1) Which version are you running ?
> 2) May I see your table definition?
> 3) May I see you configuration file?
> 4) May I see the explain ?
> 5) .......
>
> sometimes a beginner is scared about all these questions and even
> he/she don't know how do collect these informations and we lose
> important data about: "why that damn query is too slow"?
>
>
> may be is usefull generate an automatic report that take charge
> of collect all these informations and send it to a file or directly to
> pgsql-performance(at)postgresql(dot)org , may be something like:
>
>
> > BEGIN REPORT TO FILE <file_name>
> > SELECT ......
> > END REPORT;
>
>
> or
>
>
> > BEGIN REPORT TO EMAIL <address>
> > SELECT ......
> > END REPORT;
>
>
>
> Regards
> Gaetano Mendola
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2003-09-11 21:55:09 Re: Duplicate key ( reindex and vacuum full logs )
Previous Message scott.marlowe 2003-09-11 21:24:50 Re: Cross-DB linking?