drop_function.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end 
  2. "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. 
  3. " {} "Synopsis" {bold} "
  4. DROP FUNCTION name ( [ type [, ...] ] )
  5. " {code} "
  6. Inputs 
  7. " {} "name" {italic} "
  8. The name of an existing function. 
  9. " {} "type" {italic} "
  10. The type of function parameters. 
  11. Outputs 
  12. " {} "DROP" {code} "
  13. Message returned if the command completes successfully. 
  14. WARN RemoveFunction: Function "name" ("types") does not exist
  15. This message is given if the function specified does not exist in the current database."