79103677

Date: 2024-10-18 21:11:25
Score: 0.5
Natty:
Report link

If you are using a cloud solution provider and you don't have superuser rights, you can't drop postgres database. You can, however, try to drop public schema instead like:

DROP SCHEMA public CASCADE;
CREATE SCHEMA public;

I found this answer here.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rafs