Re: About not to see insertion result "INSERT 0 1"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: emilu(at)cs(dot)concordia(dot)ca
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: About not to see insertion result "INSERT 0 1"
Date: 2005-11-21 20:45:48
Message-ID: 3971.1132605948@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Emi Lu <emilu(at)cs(dot)concordia(dot)ca> writes:
> 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 ?

"psql -q" I think ... read the man page.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2005-11-21 20:48:23 Re: About not to see insertion result "INSERT 0 1"
Previous Message Emi Lu 2005-11-21 20:40:38 About not to see insertion result "INSERT 0 1"