Re: somewhat wrong archive_command example - Mailing list pgsql-docs

From Greg Smith
Subject Re: somewhat wrong archive_command example
Date
Msg-id 4E7A6D0D.4060106@2ndQuadrant.com
Whole thread Raw
In response to Re: somewhat wrong archive_command example  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: somewhat wrong archive_command example
List pgsql-docs
On 09/21/2011 09:58 AM, Peter Eisentraut wrote:
> I can see a few problems with your script, as far as making it into a
> generally reusable example:
>
> - Uses bash.  Portable scripts shouldn't do this.
>
> - Overwrites PATH variable for unrelated purpose.
>
> - Path ($PATH) should be quoted everywhere.  (By contrast, you don't
> need the quotes in PATH="$1".  Just saying ...)
>
> - cp shouldn't be called with an absolute path.
>

Most of these problems stemmed from the unnoticed fact that I'd made
PATH the name of my variable.  The absolute path for cp for example?
Added that because it couldn't seem to find cp in the PATH, which was
driving me crazy for a while there...sigh.

Attached version fixes the late night brain fade errors.  I think the
right thing to do next is to package this up into a doc update that
corrects the errors in that section too; just clean the whole thing up
while I'm poking at it.  I'll submit that over to the hackers list so
that everyone can take a shot at correcting my shell code.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support  www.2ndQuadrant.us


Attachment

pgsql-docs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Documentation 9.1 - can't be searched
Next
From: Euler Taveira de Oliveira
Date:
Subject: Re: somewhat wrong archive_command example