Re: [GENERAL] deleting function from pg_catalog.pg_proc

2006-03-28 Thread Martijn van Oosterhout
On Tue, Mar 28, 2006 at 02:58:45PM +0200, Gevik Babakhani wrote: > Hello Folks, > > I would like to know if deleting functions from pg_catalog.pg_proc with > the following SQL statement is advisable? Offhand I think you're going to run into problem like the dependancies not being removed which co

[GENERAL] deleting function from pg_catalog.pg_proc

2006-03-28 Thread Gevik Babakhani
Hello Folks, I would like to know if deleting functions from pg_catalog.pg_proc with the following SQL statement is advisable? I would like a way of deleting my functions without using the DROP FUNCTION statement. -- delete from pg_