drop_language.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
- .pgaw:Help.f.t insert end "DROP LANGUAGE" {bold} " will remove the definition of the previously registered procedural language having the name 'langname'.
- " {} "Synopsis" {bold} "
- DROP PROCEDURAL LANGUAGE 'langname'
- " {code} "Usage" {bold} "
- This command removes the PL/Sample language:
- " {} "
- DROP PROCEDURAL LANGUAGE 'plsample'
- " {code} "Notes" {bold} "
- The DROP PROCEDURAL LANGUAGE statement is a Postgres language extension.
- Refer to CREATE PROCEDURAL LANGUAGE for information on how to create procedural languages. "