On Mar 03 06:20, Simon Riggs wrote: > On Fri, 2006-03-03 at 12:19 +0100, Mario Splivalo wrote: > > When I connect to postgres from PHP or Python or using just psql, I can > > see full SELECT querries logged, with the actuall values for the > > parameters. > > Those interfaces do not use prepared statements, so are not logged in > the same way. IIRC, (in the Python side) both psycopg and pygresql modules don't support parameter usage yet. But with 5.1.0RC1 release of PHP, there're new functions available with parameter utilization. Regards.