Re: Re: Outstanding patches
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Alessio Bragadini <alessio@albourne.com>, pgsql-hackers@postgresql.org
Date: 2001-05-09T16:01:29Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: > Does this relate to allowing functions to be recreated with the same OID > as the original function? I think we need that badly for 7.2. No, I don't think that's very related; that's a simple matter of implementing an ALTER FUNCTION command. The other thing will require figuring out how to do dependency tracking. regards, tom lane