Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Tue, 31 Aug 2004 17:26:37 -0700
  • Message-id: <4135173D(dot)2080606(at)syscor(dot)com>

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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group