how to roll back?
Bach-Nga
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
No one in this world is pure and perfect. If you avoid people for their mistakes you will be alone. So judge less, love and forgive more.
To call him a dog hardly seems to do him justice though in as much as he had four legs, a tail, and barked, I admit he was, to all outward appearances. But to those who knew him well, he was a perfect gentleman (Hermione Gingold)
**Live simply **Love generously **Care deeply **Speak kindly.
*** Genuinely rich *** Faithful talent *** Sharing success
On Thursday, January 31, 2019 2:39 PM, Scott Ribe <scott_ribe@xxxxxxxxxxxxxxxx> wrote:
> On Jan 31, 2019, at 12:35 PM, Pepe TD Vo <pepevo@xxxxxxxxx> wrote:
>
> that is the first error. I get the same one over and over with
> ERROR:current transaction is aborted, commands ignored until end of transaction block from the first one until the last one for each insert.
Then you had a prior error, and are now continually trying to run commands in a transaction that is aborted, because of that prior error, so rollback.
>
> that is the first error. I get the same one over and over with
> ERROR:current transaction is aborted, commands ignored until end of transaction block from the first one until the last one for each insert.
Then you had a prior error, and are now continually trying to run commands in a transaction that is aborted, because of that prior error, so rollback.