pg_dump warning format? - Mailing list pgsql-general

From Erik Jones
Subject pg_dump warning format?
Date
Msg-id 8B60CC63-8AB9-47A1-9CF1-E919EB3210ED@myemma.com
Whole thread Raw
Responses Re: pg_dump warning format?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hello, I'm currently working on an automated data archival script that will dump an existing archive db, drop it, recreate it from a template, and then fill it with any data ready to be archived from our production db.  My question here is:  What is the format of the warnings and/or errors that pg_dump will spit out on standard error?  Does redirect_stderr set in the config file affect the pg_dump utility?  Basically I need a way for my script to know if it needs to abort because there were issues with the dump before it follows through with the drop db...

erik jones <erik@myemma.com>
sofware developer
615-296-0838
emma(r)



pgsql-general by date:

Previous
From: Kenneth Downs
Date:
Subject: Re: plperl function called > once in cascading triggers
Next
From: Alvaro Herrera
Date:
Subject: Re: PgSql on Vista?