by Keith Turner-5 :: Rate this Message:
Reply to Author | View Threaded | Show Only this Message
by Harold A. Giménez Ch. :: Rate this Message:
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