About not to see insertion result "INSERT 0 1"

Поиск
Список
Период
Сортировка
От Emi Lu
Тема About not to see insertion result "INSERT 0 1"
Дата
Msg-id 438230C6.4090707@cs.concordia.ca
обсуждение исходный текст
Ответы Re: About not to see insertion result "INSERT 0 1"  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: About not to see insertion result "INSERT 0 1"  (Devrim GUNDUZ <devrim@gunduz.org>)
Re: About not to see insertion result "INSERT 0 1"  (Sven Willenberger <sven@dmv.com>)
Список 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





В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Rule appears not to fire on insert w/ "except"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: About not to see insertion result "INSERT 0 1"