Matthew Hixson <hixson@xxxxxxxxxxxxxxxx> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings