Is it possible to drop a table and/or schema without dropping all associated user privileges?

前端 未结 0 1355
刺人心
刺人心 2021-01-17 10:43

Currently some schemas are being dropped (they get created again right after) like:

DROP SCHEMA IF EXISTS meow CASCADE;

Once a schema is drop

相关标签:
回答
  • 消灭零回复
提交回复
热议问题