drop_language.hlp

来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 18 行

HLP
18
字号
.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. "

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?