psycopg2.InternalError: how can I get more useful information?
I’m running this command in a Python script: try: print sql_string cursor.execute(sql_string) except: print sys.exc_info() and getting: (<class ‘psycopg2.InternalError’>, InternalError(‘current transaction is aborted, … Read more