Suppress output from psql? - Mailing list pgsql-general

From Ron St-Pierre
Subject Suppress output from psql?
Date
Msg-id 4135173D.2080606@syscor.com
Whole thread Raw
Responses Re: Suppress output from psql?  (Doug McNaught <doug@mcnaught.org>)
Re: Suppress output from psql?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Suppress output from psql?  (Scott Gerhardt <scott@g-it.ca>)
Re: Suppress output from psql?  (John Sidney-Woollett <johnsw@wardbrook.com>)
Re: Suppress output from psql?  (Ron St-Pierre <rstpierre@syscor.com>)
List 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


pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Multicolumn Primary Key
Next
From: Doug McNaught
Date:
Subject: Re: Suppress output from psql?