Re: [BUGS] Bug #540: pg_dump a simple table can fail if other

2001-12-22 Thread Luby Liao
Tom and Stephan, thank you so much for the prompt reply. cheers, Luby > Stephan Szabo <[EMAIL PROTECTED]> writes: > > We're going to need some additional information for this to be a > > complete report. > > It doesn't really require investigation. pg_dump pulls the entire > schema befo

Re: [BUGS] Bug #540: pg_dump a simple table can fail if other

2001-12-16 Thread Tom Lane
Stephan Szabo <[EMAIL PROTECTED]> writes: > We're going to need some additional information for this to be a > complete report. It doesn't really require investigation. pg_dump pulls the entire schema before deciding what parts of it need to be dumped; therefore schema-level problems are likely

Re: [BUGS] Bug #540: pg_dump a simple table can fail if other

2001-12-16 Thread Stephan Szabo
On Sun, 16 Dec 2001 [EMAIL PROTECTED] wrote: > luby liao ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Description > pg_dump a simple table can fail if other view/triggers are faulty > > Long Description > We use Postgresql 7.1.2 o

[BUGS] Bug #540: pg_dump a simple table can fail if other view/triggers are faulty

2001-12-16 Thread pgsql-bugs
luby liao ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description pg_dump a simple table can fail if other view/triggers are faulty Long Description We use Postgresql 7.1.2 on a Redhat 7.0 Linux PC. My CS145 students all work in a da