Re: prepared statements don't log arguments?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: prepared statements don't log arguments?
Date: 2005-04-11 21:51:30
Message-ID: 425AF162.2070104@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simon Riggs wrote:

>>I assume this replaces the current logging on Parse to avoid duplicate
>>logging?
>
>
> Well, I'm open to discussion, but that isn't what the patch does.

I guess I'll wait for your patch and take a look rather than try to
guess about what it does, then.

> My thinking was to add functionality, not take it away. We currently
> support V2 and V3 connections, so we need to continue to log V2
> statements as well as V3 exec phase.

V2 is like the V3 simple query case..

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Yarra 2005-04-12 01:08:35 Re: Need help woth thread support in ecpglib
Previous Message Thomas F.O'Connell 2005-04-11 21:35:22 Re: [PATCHES] DELETE ... USING