http://initd.org/psycopg/docs/cursor.html#cursor .copy_from
f = open('SampleData1.csv')
cursor.copy_from(f, '"Real".sampledataone', sep=',', null='')
Zou moeten werken op voorwaarde dat je eenvoudige csv-gegevens hebt zonder aanhalingstekens of komma's in de gegevens.