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

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end "DROP DATABASE" {bold} " removes the catalog entries for an existing database and deletes the directory containing the data. It can only be executed by the database administrator (See the 
  2. CREATE DATABASE command for details). 
  3. " {} "Synopsis" {bold} "
  4. DROP DATABASE name
  5. " {} "Notes" {bold} "
  6. DROP DATABASE statement is a Postgres language extension. 
  7.        Tip: This query cannot be executed while connected to the target database. It is usually preferable to use the destroydb script instead. 
  8. Refer to the CREATE DATABASE statement for information on how to create a database. "