On Tuesday, November 15, 2011 3:56:32 pm Rebecca Clarke wrote: > DROP FUNCTION process_table; > > should work. >
Actually no, for the following reason:( http://www.postgresql.org/docs/9.0/interactive/sql-dropfunction.html "DROP FUNCTION removes the definition of an existing function. To execute this command the user must be the owner of the function. The argument types to the function must be specified, since several different functions can exist with the same name and different argument lists" -- Adrian Klaver adrian.kla...@gmail.com -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general