drop_database.hlp
来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 15 行
HLP
15 行
.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 \CREATE DATABASE command for details). " {} "Synopsis" {bold} "DROP DATABASE name" {} "Notes" {bold} "DROP DATABASE statement is a Postgres language extension. Tip: This query cannot be executed while connected to the target database. It is usually preferable to use the destroydb script instead. Refer to the CREATE DATABASE statement for information on how to create a database. "
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?