Re: [GENERAL] Prepared query logging omits bind values

2005-09-23 Thread Bruce Momjian
Jon Jensen wrote: > On Fri, 23 Sep 2005, Bruce Momjian wrote: > > >> Is it true that there is no option to log prepared query bind values? > > > > We are working on improve this for 8.1. I assume you are talking about > > protocol prepare rather than the PREPARE statement, which should be > > log

Re: [GENERAL] Prepared query logging omits bind values

2005-09-23 Thread Jon Jensen
On Fri, 23 Sep 2005, Bruce Momjian wrote: Is it true that there is no option to log prepared query bind values? We are working on improve this for 8.1. I assume you are talking about protocol prepare rather than the PREPARE statement, which should be logged. Yes, I mean protocol prepare. I

Re: [GENERAL] Prepared query logging omits bind values

2005-09-23 Thread Bruce Momjian
We are working on improve this for 8.1. I assume you are talking about protocol prepare rather than the PREPARE statement, which should be logged. Even in 8.1 we don't log the bind values, but we should. --- Jon Jensen wro