| From: | "Michael P(dot) Soulier" <msoulier(at)digitaltorque(dot)ca> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: cannot drop user |
| Date: | 2014-10-28 20:05:10 |
| Message-ID: | 2115F234-5DEA-4D4A-A50E-6E26EBE45F8C@digitaltorque.ca |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Oct 28, 2014, at 1:42 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Those DETAIL lines are complaining about objects that are in the database
> you're currently attached to; the details about object names and so on
> would not be available otherwise. So I suspect at some point you
> accidentally loaded a pg_dump script or suchlike into some other database
> besides the tugdb one ...
>
> DROP OWNED BY might be the easiest way to clean up the mess.
Found it, thanks.
Mike
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thom Brown | 2014-10-28 20:59:28 | Re: How to find earlest possible start times for given duration excluding reservations |
| Previous Message | Thom Brown | 2014-10-28 20:04:02 | Re: How to find earlest possible start times for given duration excluding reservations |