> On Jan 31, 2019, at 1:35 PM, Pepe TD Vo <pepevo@xxxxxxxxx> wrote: > > $ psql -U postgres -d CIDR < insert.sql > insert_cidrmgmt.txt > > I got all repeat error ..... > "ERROR: current transaction is aborted, commands ignored until end of transaction block " Is it possible you're not seeing output because your scrollback buffer is limited? Can you see the command as you entered it, followed by the first line of output? Because there IS an earlier error, and you need to find it.