Re: quiet restore

Поиск
Список
Период
Сортировка
От Harold A. Giménez Ch.
Тема Re: quiet restore
Дата
Msg-id c807ef1a0810031041t6f780115y73b81a41f5f53522@mail.gmail.com
обсуждение исходный текст
Ответ на quiet restore  ("Keith Turner" <kturner@cloudsystems.com>)
Список pgsql-novice
You could simply pipe it to /dev/null


psql -U USER DATABASE < RESTORE_FILENAME > /dev/null




On Fri, Oct 3, 2008 at 1:24 PM, Keith Turner <kturner@cloudsystems.com> wrote:
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
 
 

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Keith Turner"
Дата:
Сообщение: quiet restore
Следующее
От: "Dobes Vandermeer"
Дата:
Сообщение: Re: Optimizing sum() operations