Re: [BUGS] BUG #7906: pg_dump exits successfully after an error

2013-02-27 Thread Peter Eisentraut
On 2/25/13 7:59 PM, adam.tomj...@zuerchertech.com wrote: > I have a database that uses a user-defined datatype. If the .so file > implementing that type is missing, pg_dump will fail when dumping a table > which uses that type, but it will still exit with status 0. The dump file > will be truncat

[BUGS] BUG #7906: pg_dump exits successfully after an error

2013-02-26 Thread adam . tomjack
The following bug has been logged on the website: Bug reference: 7906 Logged by: Adam Tomjack Email address: adam.tomj...@zuerchertech.com PostgreSQL version: 9.2.1 Operating system: Linux 2.6.32-39-server #86-Ubuntu SMP x86_64 Description: I have a database that uses