Matthew Hixson <hixson(at)poindextrose(dot)org> writes:
> Instead of:
> DEBUG: insert into foo (name) values ($1);
> DETAIL: parameters: $1 = 'stan'
> I'd like to see:
> DEBUG: insert into foo (name) values ('stan');
Don't hold your breath. That would require a great deal more smarts
in the logging code (and a great deal more cycles expended) than it
has now.
regards, tom lane