"Alex Ignatov \(postgrespro\)" <a.ignatov@postgrespro.ru> writes: > Why do Postgres have no such functionality as DROP USER CASCADE? Is > there any reasons in that absence?
The short answer is that DROP USER couldn't reach across databases to get rid of owned objects in other databases. See
Some security consideration bear in mind that DROP OWNED cant delete own objects in other DBs? In general what stops us to do inter DBs connection like MSSQL?