At 2005-04-07 12:14:19 +1000, neilc@samurai.com wrote:
>
> % tail /usr/local/pgsql/postmaster.log
> LOG: statement: prepare foo(int, int) as select $1 + $2;
> LOG: statement: execute foo(5, 10);
> LOG: statement: execute foo(15, 20);
If you send a v3 protocol execute message instead of an SQL EXECUTE
statement, the parameters don't get logged.
-- ams