Bug #540: pg_dump a simple table can fail if other view/triggers are faulty - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #540: pg_dump a simple table can fail if other view/triggers are faulty
Date
Msg-id 200112170005.fBH05bW43618@postgresql.org
Whole thread Raw
Responses Re: Bug #540: pg_dump a simple table can fail if other  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-bugs
luby liao (liao@sandiego.edu) 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 database called cs145.  Some
studentsintroduced unintended faulty views and triggers into the database.  When a student tried to pg_dump his own
tables,he got error messages  that say that other people's views or triggers were faulty.    

Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Unable to compare _bpchar for similarity in WHERE-clause
Next
From: Stephan Szabo
Date:
Subject: Re: Bug #540: pg_dump a simple table can fail if other