Re: Invalid Dependancies

From: "Mark Wilson" <mark(at)mediasculpt(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Invalid Dependancies
Date: 2002-11-13 20:02:12
Message-ID: 00a301c28b4f$c571c500$3301a8c0@merl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mark Wilson" <mark(at)mediasculpt(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, November 13, 2002 6:23 PM
Subject: Re: [GENERAL] Invalid Dependancies

> "Mark Wilson" <mark(at)mediasculpt(dot)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
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-11-13 20:19:54 Re: error: lost syncronization with server
Previous Message Bob Powell 2002-11-13 19:48:45 manipuliation the pg_shadow table