On Tue, Dec 07, 2004 at 02:41:37PM +0800, cheng shan wrote: > In the first version, the function destroy_object_type( ) just drop > the table only. But when I find the triggers havn't been actived > yet, I add the delete setense. This time it becomes even worse, > the system throws error message.ERROR: could not open relation > with OID 1390714.
What's happening when you get this error? If you've been dropping tables then you might have a problem with cached plans. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match