How to get function parameter lists (so I can drop a function)

后端 未结 4 1239
死守一世寂寞
死守一世寂寞 2020-11-29 07:40

I want to get the SQL to drop a function in PostgreSQL. I write DROP FUNCTION and a get function name from pg_proc. That is not problem. However if

4条回答
提交回复
热议问题