drop_function.hlp
来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 23 行
HLP
23 行
.pgaw:Help.f.t insert end \"DROP FUNCTION" {bold} " will remove references to an existing C function. To execute this command the user must be the owner of the function. The input argument types to the function must be specified, as only the function with the given name and argument types will be removed. " {} "Synopsis" {bold} "DROP FUNCTION name ( \[ type \[, ...\] \] )" {code} "Inputs " {} "name" {italic} " The name of an existing function. " {} "type" {italic} " The type of function parameters. Outputs " {} "DROP" {code} "Message returned if the command completes successfully. WARN RemoveFunction: Function \"name\" (\"types\") does not existThis message is given if the function specified does not exist in the current database."
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?