Re: 7 hrs for a pg_restore? - Mailing list pgsql-performance

From Chris
Subject Re: 7 hrs for a pg_restore?
Date
Msg-id 47BCB934.6020205@gmail.com
Whole thread Raw
In response to Re: 7 hrs for a pg_restore?  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: 7 hrs for a pg_restore?  (Gregory Stark <stark@enterprisedb.com>)
List 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 by date:

Previous
From: Gregory Stark
Date:
Subject: Re: 7 hrs for a pg_restore?
Next
From: "bh yuan"
Date:
Subject: Question about shared_buffers and cpu usage