Re: Invalid Dependancies - Mailing list pgsql-general

From Mark Wilson
Subject Re: Invalid Dependancies
Date
Msg-id 00a301c28b4f$c571c500$3301a8c0@merl
Whole thread Raw
In response to Invalid Dependancies  ("Mark Wilson" <mark@mediasculpt.com>)
List pgsql-general
My Bad.

I built the example I listed and it returns the statement 'Relation t_A with
OID 2435345 no longer exists'.  My socket closure was unrelated to the table
drop/recreate (caused by calling an uninitialised C library).  I should have
checked that out before firing off to the lists.

With that said, I'm running 7.2.1 and would really like it if there is any
way to detect invalid database objects such as functions and views.  Being
able to re-compile them with a built in function/command would rock too,
although I think I can write a function to do that if I can just find out
what functions and views need to be rebuilt.

Cheers,
Mark

----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Mark Wilson" <mark@mediasculpt.com>
Cc: <pgsql-general@postgresql.org>
Sent: Wednesday, November 13, 2002 6:23 PM
Subject: Re: [GENERAL] Invalid Dependancies


> "Mark Wilson" <mark@mediasculpt.com> writes:
> > Selecting from f_A, f_B, A does not say 'invalid object'.  Instead, it
seem=
> > s to corrupt the session/socket and kill my connection.
>
> Please provide a concrete example.
>
> 7.3 tightens up dependency issues somewhat, but more remains to do.
> I'm not sure whether your problem is in the "solved" category or not.
>
> regards, tom lane
>
>



pgsql-general by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Planner's choice
Next
From: Stephan Szabo
Date:
Subject: Re: error: lost syncronization with server