Re: statement logging / extended query protocol issues

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: statement logging / extended query protocol issues
Date: 2005-09-05 22:54:05
Message-ID: 431CCC8D.3040905@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Simon Riggs wrote:

> Subsequent calls to the same portal are described as FETCHes rather than
> as EXECUTEs. The portal name is still given and number of rows is
> provided also.

I wonder if it might be better to only log the first Execute.. It's not
immediately clear to me that it's useful to see all the individual
fetches when they're logically part of a single query.

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-06 00:24:19 Attention PL authors: want to be listed in template table?
Previous Message Martijn van Oosterhout 2005-09-05 21:59:33 Install Darwin's locale library on your system :)

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2005-09-06 07:35:20 Re: statement logging / extended query protocol issues
Previous Message Tom Lane 2005-09-05 19:38:27 Re: statement logging / extended query protocol issues