Invalid Dependancies - Mailing list pgsql-general

From Mark Wilson
Subject Invalid Dependancies
Date
Msg-id 006501c28ac6$f9d308b0$3301a8c0@merl
Whole thread Raw
Responses Re: Invalid Dependancies  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi all,
 
Here's a problem that I hit recently.  Function f_A refers to table t_A.  Function f_B refers to function f_A.  View A also refers to table t_A. 
 
If I drop and re-create table t_A, I would expect f_A, f_B and A to be invalid.
 
Selecting from f_A, f_B, A does not say 'invalid object'.  Instead, it seems to corrupt the session/socket and kill my connection.
 
Is this correct behaviour?  Is there any way to detect what objects are invalid? (and if so, re-compile them)
 
Thanks in advance,
Mark

pgsql-general by date:

Previous
From: Neil Conway
Date:
Subject: Re: Upgrade to dual processor machine?
Next
From: Tom Lane
Date:
Subject: Re: Invalid Dependancies