Re: [GENERAL] problems with dropped columns

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Joe Conway <mail@joeconway.com>, Damjan Pipan <damjan.pipan@siol.net>, <pgsql-general@postgresql.org>, Hackers <pgsql-hackers@postgresql.org>
Date: 2003-03-08T04:09:01Z
Lists: pgsql-hackers
> > There are (at least) two distinct problems involved here.  One is
> > getting plpgsql to deal correctly with rowtypes that include dropped
> > columns.  The other is getting it to react when someone alters a table
> > whose rowtype is relied on by already-compiled functions.

I'm working on this one...I don't know all the dependencies of things off
the top of my head, so it's a little bit painstakign...

Chris