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

数据库系统

开发平台:

Unix_Linux

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