Suppress output from psql?

From: Ron St-Pierre <rstpierre(at)syscor(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Suppress output from psql?
Date: 2004-09-01 00:26:37
Message-ID: 4135173D.2080606@syscor.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way 'within' psql to suppress output?

One of our cron scripts calls a sql file which contains various database
commands (ALTER TABLEs, UPDATEs, etc) and various user-defined functions.
So within this sql file there are various SELECT * FROM myFunction(); which
sends output to the user from cron. I can't see anyway to suppress this from
the psql docs and I don't believe that I can suppress it from cron
either (I'll do
some more checking there).

Thanks
Ron

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2004-09-01 01:00:24 Re: Suppress output from psql?
Previous Message Ron St-Pierre 2004-09-01 00:18:14 Re: Table UPDATE is too slow