问题

软件 >> PostgreSQL
Questions in category: PostgreSQL (PostgreSQL).

[Postgres] 删除函数

Posted by haifeng on 2015-05-23 22:56:25 last update 2015-05-23 22:56:25 | Answers (0) | 收藏


在 PostgreSQL 中, 删除函数必须将其签名完全给出. 例如

DROP FUNCTION transfer(varchar,varchar,integer);