About not to see insertion result "INSERT 0 1"

From: Emi Lu <emilu(at)cs(dot)concordia(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: About not to see insertion result "INSERT 0 1"
Date: 2005-11-21 20:40:38
Message-ID: 438230C6.4090707@cs.concordia.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-11-21 20:45:48 Re: About not to see insertion result "INSERT 0 1"
Previous Message Tom Lane 2005-11-21 20:35:47 Re: Rule appears not to fire on insert w/ "except"