Wooooooooooooooooooooow... I found it. The postgres database contained more default privs. But PGAdmin III nothing say about dependents in it's reports.
Durumdara <durumdara@gmail.com> writes: > The DB_X dropped, so I can't choose it as "actual database". > I tried this in a neutral database: > drop owned by role_x; > But nothing happened, the error is same.
The error you are reporting is describing default privileges that exist in the *current* database. You need to do DROP OWNED BY in that database (and maybe other ones, but start there).