Re: Re: pg_dumpall failed - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Re: pg_dumpall failed
Date
Msg-id Pine.BSF.4.21.0108301305160.54588-100000@megazone23.bigpanda.com
Whole thread Raw
List pgsql-admin
Oops, of course, the row in pg_class isn't there so
the pg_rules view won't show it.

Okay, try
select * from pg_rewrite where ev_class=23945;


On Thu, 30 Aug 2001, Oleg Lebedev wrote:

> select * from pg_rules
> returned NO tuples.
> What should I do next?
> thanks,
>
> Oleg
>
> Stephan Szabo wrote:
>
> > On Thu, 30 Aug 2001, Oleg Lebedev wrote:
> >
> > > I can't find any reference to this table in my current database.
> > > What's the best way to find this out?
> > > thank you,
> >
> > Try a
> >  select * from pg_rules;
> >
> > And see if any of the rule definitions mention the table.
>



pgsql-admin by date:

Previous
From: Oleg Lebedev
Date:
Subject: Re: Re: pg_dumpall failed
Next
From: Stephan Szabo
Date:
Subject: Re: Re: pg_dumpall failed