Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary files - Mailing list pgsql-hackers

From Guillaume Smet
Subject Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary files
Date
Msg-id 1d4e0c10701121143y424af03bn6342cf090121ec06@mail.gmail.com
Whole thread Raw
In response to Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary  (Bruce Momjian <bruce@momjian.us>)
Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary files  (Bill Moran <wmoran@collaborativefusion.com>)
List pgsql-hackers
On 1/12/07, Bruce Momjian <bruce@momjian.us> wrote:
> Usually people don't want th query unless they ask for it.  One nify
> trick would be to print the query as DETAIL unless they are already
> logging queries, but that just seems too complex.  If you want the
> query, why not just log them all?

Because they can't? On a highly loaded production server, people
usually don't log all the queries.

Anyway, if it's too complicated to implement it, perhaps it's not
worth it. I'm just curious to see how people will use this information
if they don't know why the temp file was created.

--
Guillaume

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary
Next
From: "Guillaume Smet"
Date:
Subject: Re: [pgsql-patches] [PATCHES] Patch to log usage of temporary files