I am having the same problem as: python adds "E" to string
All the answers given are relevant, but I am breaking my neck on this one.
The problem i
It is, for better or worse, generally not supported by the Python interfaces and Psycopg in particular to substitute user-supplied identifiers into SQL commands. You will have to roll your own. It can be done with a few lines of code.