> On Jan 31, 2019, at 12:14 PM, Pepe TD Vo <pepevo@xxxxxxxxx> wrote: > > ERROR:current transaction is aborted, commands ignored until end of transaction block > > I see each column has extra E' in front, is that right in postgres? How can I prevent this issue? The e should not be a problem, it's for "extended" strings, which allow some things that the SQL standard doesn't. But 'E'l130' is not legit; was that a copy/paste error. And you need to post the FIRST error in the logs, not the last one.