Re: somewhat wrong archive_command example

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: somewhat wrong archive_command example
Дата
Msg-id 4E7A6D0D.4060106@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: somewhat wrong archive_command example  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: somewhat wrong archive_command example
Список 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


Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Documentation 9.1 - can't be searched
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: somewhat wrong archive_command example