CASCADE to drop the dependent objects too.参考如下强制删除,会将模式中的对象也级联删除掉。teledb=# drop schema teledb_schema_new cascade; NOTICE: drop cascades to table teledb_schema_new.test DROP SCHEMA
CASCADE to drop the dependent objects too.参考如下强制删除,会将模式中的对象也级联删除掉。teledb=# drop schema teledb_schema_new cascade; NOTICE: drop cascades to table teledb_schema_new.test DROP SCHEMA
CASCADE to drop the dependent objects too.参考如下强制删除,会将模式中的对象也级联删除掉。teledb=# drop schema teledb_schema_new cascade; NOTICE: drop cascades to table teledb_schema_new.test DROP SCHEMA