Re: pg_dump why no indicator of completion - Mailing list pgsql-admin

From Tim
Subject Re: pg_dump why no indicator of completion
Date
Msg-id CAKhLO5h0iaJFrESO2yUBwKYUgqWhMocRQyxejEXOdZ_9Jo7GeA@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump why no indicator of completion  (Erik Wienhold <ewie@ewie.name>)
Responses Re: pg_dump why no indicator of completion
Re: pg_dump why no indicator of completion
List pgsql-admin
 > After reading the responses in this thread I've adjusted it to capture the exit status

Just so I'm not a complete troll, heres your example which also appends a success/fail message :)

nohup $(pg_dump ${connection_details} > something.log 2>&1 && echo "pgdump succeded" >> something.log || echo "pgdump failed" something.log) &


pgsql-admin by date:

Previous
From: Ian Lawrence Barwick
Date:
Subject: Re: pg_dump why no indicator of completion
Next
From: Ron
Date:
Subject: Re: pg_dump why no indicator of completion