Can't delete role because of unknown object - Mailing list pgsql-general

From Craig Libscomb
Subject Can't delete role because of unknown object
Date
Msg-id CAABzkTjyXqC-W=JL4Dy=r4XYgOzQ_B=19cFzHU5V9W7XSaEAkQ@mail.gmail.com
Whole thread Raw
Responses Re: Can't delete role because of unknown object  (Raymond O'Donnell <rod@iol.ie>)
Re: Can't delete role because of unknown object  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
The following command:
DROP USER IF EXISTS jpate;

generates the following output:
ERROR:  role "jpate" cannot be dropped because some objects depend on it
DETAIL:  1 object in database products

It would be most helpful to know what object in the products database depends on the jpate role, but I am unable to find anything that even begins to offer a clue. What command will show me this mysterious object, please?

Thanks,
Craig

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: could not rename temporary statistics file "/run/shm/pgstat.tmp" to "/run/shm/pgstat.stat": No such file or directory
Next
From: droletguillaume
Date:
Subject: Re: Can't delete role because of unknown object