quiet restore

From: "Keith Turner" <kturner(at)cloudsystems(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: quiet restore
Date: 2008-10-03 17:24:42
Message-ID: E15577A9B0DBD9489F41C761934D08C80121FC@cloudfs1.cloudsystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I am writing a command line script that restores a database (not created by me) using the command

psql -U USER DATABASE < RESTORE_FILENAME

This works fine, but it outputs to the command line window. Is there a way to suppress this?

Keith


Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Harold A. Giménez Ch. 2008-10-03 17:41:28 Re: quiet restore
Previous Message Steve T 2008-10-03 14:12:01 Re: Forcing order of Joins etc