drop_tablespace.7
来自「PostgreSQL 8.2中增加了很多企业用户所需要的功能和性能上的提高,其开」· 7 代码 · 共 46 行
7
46 行
.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.1 $.TH "DROP TABLESPACE" "" "2008-01-03" "SQL - Language Statements" "SQL Commands".SH NAMEDROP TABLESPACE \- remove a tablespace.SH SYNOPSIS.sp.nfDROP TABLESPACE [ IF EXISTS ] \fItablespacename\fR.sp.fi.SH "DESCRIPTION".PP\fBDROP TABLESPACE\fR removes a tablespace from the system..PPA tablespace can only be dropped by its owner or a superuser.The tablespace must be empty of all database objects before it can bedropped. It is possible that objects in other databases may still residein the tablespace even if no objects in the current database are usingthe tablespace..SH "PARAMETERS".TP\fBIF EXISTS\fRDo not throw an error if the tablespace does not exist. A notice is issued in this case..TP\fB\fItablespacename\fB\fRThe name of a tablespace..SH "NOTES".PP\fBDROP TABLESPACE\fR cannot be executed inside a transaction block..SH "EXAMPLES".PPTo remove tablespace mystuff from the system:.sp.nfDROP TABLESPACE mystuff;.sp.fi.SH "COMPATIBILITY".PP\fBDROP TABLESPACE\fR is a PostgreSQLextension..SH "SEE ALSO"CREATE TABLESPACE [\fBcreate_tablespace\fR(7)], ALTER TABLESPACE [\fBalter_tablespace\fR(l)]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?