Search Postgresql Archives

About not to see insertion result "INSERT 0 1"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Greetings,

I tried to run insert command from a .sql file. For example, in a.sql file there are 100,000 lines like
insert into t1 values(... ...);
insert into t1 values(... ...);
insert into t1 values(... ...);
... ...

I do not want to see the 100,000 times "INSERT 0 1" displayed by postgreSQL. Is there a way to hide the output "INSERT 0 1" generated by postgresql ?

Thanks a lot!
Emi






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux