drop_type.hlp

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

HLP
21
字号
.pgaw:Help.f.t insert end "DROP TYPE" {bold} " will remove a user type from the system catalogs. " {} "Synopsis" {bold} "DROP TYPE typename" {} "Usage" {bold} "To remove the box type: DROP TYPE box" {} "Notes" {bold} "DROP TYPE statement is a Postgres language extension. Refer to CREATE TYPE for inforamation on how to create types. It is the user's responsibility to remove any operators, functions, aggregates, access methods, subtypes, and classes that use a deleted type. "

⌨️ 快捷键说明

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