Bruce Momjian <[EMAIL PROTECTED]> writes: > Excellent idea. That's how temp tables worked, by bypassing the > syscache. I wonder if you could just prevent dropped columns from being > returned by the syscache. That may work just fine.
No, it will break all the places that need to see dropped columns. I agree that a wrapper function is probably an appropriate solution, but only some of the calls of SearchSysCache should use it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster