Re: 7 hrs for a pg_restore?

Поиск
Список
Период
Сортировка
От Chris
Тема Re: 7 hrs for a pg_restore?
Дата
Msg-id 47BCB934.6020205@gmail.com
обсуждение исходный текст
Ответ на Re: 7 hrs for a pg_restore?  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: 7 hrs for a pg_restore?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-performance
> When I said "obfuscating" I meant it. I'm pretty familiar with sh scripting
> and I'm not even sure what the && behaviour would do.

It chains commands together so if the first fails the second doesn't happen.

$ echo 1 && echo 2
1
2

$ echo '1234' > /etc/file_that_doesnt_exist && echo 2
-bash: /etc/file_that_doesnt_exist: Permission denied


--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: 7 hrs for a pg_restore?
Следующее
От: "bh yuan"
Дата:
Сообщение: Question about shared_buffers and cpu usage