私には2人のユーザーがいJason
ますpostgres
。これを学び始めたばかりなので、なぜこのコードが機能しないのかわかりません。私がやろうとしているのはユーザーを削除することだけですが、それもできません。私のコードの何が問題になっていますか?
postgres=# DROP OWNED BY Jason;
ERROR: role "jason" does not exist
postgres=# \du
List of roles
Role name | Attributes | Member of
-----------+------------------------------------------------+-----------
Jason | Superuser, Create role, Create DB, Replication | {}
postgres | Superuser, Create role, Create DB, Replication | {}